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

References

tools/lldb/source/Target/Thread.cpp
  467     if (m_override_should_notify != eLazyBoolCalculate)
  468       m_stop_info_sp->OverrideShouldNotify(m_override_should_notify ==
  488     m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo);
  490       m_stop_info_sp->OverrideShouldNotify(m_override_should_notify ==
  637   m_override_should_notify = eLazyBoolCalculate;