Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp64 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError() argument
65 LLDB_INSTRUMENT_VA(this, stop_on_error); in SetStopOnError()
67 m_opaque_up->SetStopOnError(stop_on_error); in SetStopOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument
99 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()
128 void SetStopOnError(bool stop_on_error) { in SetStopOnError() argument
129 m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo; in SetStopOnError()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h49 : user_source(user_source), interpreter(interp), stop_on_error(true) {} in CommandData()
66 bool stop_on_error = true; member
H A DWatchpointOptions.h170 bool stop_on_error = true; member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp234 data_up->stop_on_error = m_options.m_stop_on_error; in SetWatchpointCommandCallback()
270 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectBreakpointCommand.cpp247 cmd_data->stop_on_error = m_options.m_stop_on_error; in SetBreakpointCommandCallback()
H A DCommandObjectBreakpoint.cpp167 cmd_data->stop_on_error = true; in OptionParsingFinished()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp43 stop_on_error); in SerializeToStructuredData()
65 GetKey(OptionNames::StopOnError), data_up->stop_on_error); in CreateFromStructuredData()
633 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()