Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions
67 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreterRunOptions.h41 void SetStopOnError(bool);
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpointCommand.cpp258 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
HDCommandObjectSettings.cpp434 options.SetStopOnError(false); in DoExecute()
HDCommandObjectCommands.cpp156 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h135 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
/freebsd-head/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp553 options.SetStopOnError(true); in MainLoop()
/freebsd-head/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp625 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2384 options.SetStopOnError(false); in SourceInitFile()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp3813 options.SetStopOnError(true); in HandleStop()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp14345 (arg1)->SetStopOnError(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnError()