Searched refs:m_override_should_notify (Results 1 - 4 of 4) sorted by relevance

/external/lldb/include/lldb/Target/
H A DStopInfo.h85 m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo;
92 if (m_override_should_notify == eLazyBoolCalculate)
95 return m_override_should_notify == eLazyBoolYes;
206 LazyBool m_override_should_notify; member in class:lldb_private::StopInfo
H A DThread.h1055 LazyBool m_override_should_notify; member in class:lldb_private::Thread
/external/lldb/source/Target/
H A DThread.cpp262 m_override_should_notify (eLazyBoolCalculate)
449 if (m_override_should_notify != eLazyBoolCalculate)
450 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes);
470 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo);
472 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes);
604 m_override_should_notify = eLazyBoolCalculate;
H A DStopInfo.cpp42 m_override_should_notify (eLazyBoolCalculate),

Completed in 758 milliseconds