reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBCommandInterpreter.cpp
   67   m_opaque_up->SetStopOnError(stop_on_error);
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  646       options.SetStopOnError(data->stop_on_error);
tools/lldb/source/Commands/CommandObjectCommands.cpp
  302         options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue());
tools/lldb/source/Commands/CommandObjectSettings.cpp
  479     options.SetStopOnError(false);
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  296         options.SetStopOnError(data->stop_on_error);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2059   options.SetStopOnError(false);
tools/lldb/source/Target/Target.cpp
 2649         options.SetStopOnError(true);