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

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
  242         error = m_stop_on_error.SetValueFromString(option_arg);
  261       m_stop_on_error.Clear();
  291     if (m_options.m_stop_on_error.OptionWasSet() ||
  301       if (m_options.m_stop_on_error.OptionWasSet())
  302         options.SetStopOnError(m_options.m_stop_on_error.GetCurrentValue());