Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions
67 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h41 void SetStopOnError(bool);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp258 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp434 options.SetStopOnError(false); in DoExecute()
H A DCommandObjectCommands.cpp156 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h135 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp625 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp553 options.SetStopOnError(true); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2384 options.SetStopOnError(false); in SourceInitFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3813 options.SetStopOnError(true); in HandleStop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14345 (arg1)->SetStopOnError(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnError()