Home
last modified time | relevance | path

Searched refs:GetStopOnError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp58 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions
61 return m_opaque_up->GetStopOnError(); in GetStopOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h39 bool GetStopOnError() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h133 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2596 if (options.GetStopOnError()) { in HandleCommands()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14319 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnError(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnError()