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

References

tools/lldb/include/lldb/Target/StopInfo.h
   90     m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo;
   94     return m_override_should_stop != eLazyBoolCalculate;
   98     return m_override_should_stop == eLazyBoolYes;