Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h41 void SetStopOnError(bool);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp270 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp466 options.SetStopOnError(false); in DoExecute()
H A DCommandObjectCommands.cpp175 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h128 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp567 options.SetStopOnError(true); in MainLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp633 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2371 options.SetStopOnError(false); in SourceInitFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3825 options.SetStopOnError(true); in HandleStop()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13453 (arg1)->SetStopOnError(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnError()