Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp97 options.SetStopOnError(false); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp298 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp514 options.SetStopOnError(false); in DoExecute()
H A DCommandObjectCommands.cpp318 options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h34 void SetStopOnError(bool);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp50 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() function in SBCommandInterpreterRunOptions
51 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h103 void SetStopOnError(bool stop_on_error) { in SetStopOnError() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp666 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp701 options.SetStopOnError(true); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2171 options.SetStopOnError(false); in SourceInitFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2629 options.SetStopOnError(true); in RunStopHooks()