Searched defs:m_override_should_notify (Results 1 - 2 of 2) 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

Completed in 489 milliseconds