Home
last modified time | relevance | path

Searched refs:SetStopOnError (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp71 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions
72 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError, in SetStopOnError()
75 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
268 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetStopOnError, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i42 SetStopOnError (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h41 void SetStopOnError(bool);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp300 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp470 options.SetStopOnError(false); in DoExecute()
H A DCommandObjectCommands.cpp147 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h127 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp644 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp610 options.SetStopOnError(true); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2139 options.SetStopOnError(false); in SourceInitFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3406 options.SetStopOnError(true); in HandleStop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12822 (arg1)->SetStopOnError(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnError()