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/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;
175 bool stop_on_error = true; global() member
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h100 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument
105 : m_stop_on_continue(stop_on_continue), m_stop_on_error(stop_on_error), in CommandInterpreterRunOptions()
135 void SetStopOnError(bool stop_on_error) { in SetStopOnError() argument
136 m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo; in SetStopOnError()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp222 data_up->stop_on_error = m_options.m_stop_on_error; in SetWatchpointCommandCallback()
258 options.SetStopOnError(data->stop_on_error); in WatchpointOptionsCallbackFunction()
H A DCommandObjectBreakpointCommand.cpp235 cmd_data->stop_on_error = m_options.m_stop_on_error; in SetBreakpointCommandCallback()
H A DCommandObjectBreakpoint.cpp170 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()
625 options.SetStopOnError(data->stop_on_error); in BreakpointOptionsCallbackFunction()