Home
last modified time | relevance | path

Searched refs:ShouldNotify (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()
134 if (stop_info_sp->ShouldNotify (event_ptr)) in ShouldStop()
179 if (stop_info_sp->ShouldNotify(event_ptr)) in ShouldStop()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXStopInfo.cpp40 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) in ShouldNotify() function in POSIXLimboStopInfo
86 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) in ShouldNotify() function in POSIXNewThreadStopInfo
DPOSIXStopInfo.h59 ShouldNotify(lldb_private::Event *event_ptr);
117 ShouldNotify(lldb_private::Event *event_ptr);
/external/lldb/include/lldb/Target/
DStopInfo.h90 ShouldNotify (Event *event_ptr) in ShouldNotify() function