Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions
66 GetStopOnError); in GetStopOnError()
68 return m_opaque_up->GetStopOnError(); in GetStopOnError()
267 GetStopOnError, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i39 GetStopOnError () const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h39 bool GetStopOnError() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h125 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2331 if (options.GetStopOnError()) { in HandleCommands()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12796 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnError(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnError()