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

/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.cpp40 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) function in class:POSIXLimboStopInfo
86 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) function in class:POSIXNewThreadStopInfo
H A DPOSIXStopInfo.h59 ShouldNotify(lldb_private::Event *event_ptr);
117 ShouldNotify(lldb_private::Event *event_ptr);
/external/lldb/source/Target/
H A DThreadPlanBase.cpp87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr);
134 if (stop_info_sp->ShouldNotify (event_ptr))
179 if (stop_info_sp->ShouldNotify(event_ptr))
/external/lldb/include/lldb/Target/
H A DStopInfo.h90 ShouldNotify (Event *event_ptr) function in class:lldb_private::StopInfo

Completed in 105 milliseconds