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

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  224   Options *GetOptions() override { return &m_options; }
  291     if (m_options.m_stop_on_error.OptionWasSet() ||
  292         m_options.m_silent_run.OptionWasSet() ||
  293         m_options.m_stop_on_continue.OptionWasSet()) {
  297       if (m_options.m_stop_on_continue.OptionWasSet())
  299             m_options.m_stop_on_continue.GetCurrentValue());
  301       if (m_options.m_stop_on_error.OptionWasSet())
  302         options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue());
  305       if (m_options.m_silent_run.GetCurrentValue()) {