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

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  103   bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); }
  106     m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2370   if (options.m_stop_on_error == eLazyBoolCalculate) {
 2377   } else if (options.m_stop_on_error == eLazyBoolYes) {
 2894       if (options->m_stop_on_error == eLazyBoolYes)