OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_override_should_notify
(Results
1 - 4
of
4
) sorted by null
/external/lldb/include/lldb/Target/
StopInfo.h
85
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
Thread.h
1055
LazyBool
m_override_should_notify
;
member in class:lldb_private::Thread
[
all
...]
/external/lldb/source/Target/
Thread.cpp
262
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;
[
all
...]
StopInfo.cpp
42
m_override_should_notify
(eLazyBoolCalculate),
[
all
...]
Completed in 470 milliseconds