Home
last modified time | relevance | path

Searched refs:should_notify (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Target/
DThreadPlanBase.cpp87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() local
88 if (should_notify) in ShouldReportStop()
DUnixSignals.cpp189 bool &should_notify in GetSignalInfo()
200 should_notify = signal.m_notify; in GetSignalInfo()
DStopInfo.cpp864 … bool should_notify = thread_sp->GetProcess()->GetUnixSignals().GetShouldNotify (m_value); in DoShouldNotify() local
865 if (should_notify) in DoShouldNotify()
873 return should_notify; in DoShouldNotify()
/external/lldb/include/lldb/Target/
DUnixSignals.h50 bool &should_notify) const;