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

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
   97   bool GetStopOnContinue() const { return DefaultToNo(m_stop_on_continue); }
  100     m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2358   if (options.m_stop_on_continue == eLazyBoolCalculate) {
 2366   } else if (options.m_stop_on_continue == eLazyBoolYes) {
 2892       if (options->m_stop_on_continue == eLazyBoolYes)