Searched refs:ShouldNotify (Results 1 – 5 of 5) sorted by relevance
66 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop()111 if (stop_info_sp->ShouldNotify(event_ptr)) { in ShouldStop()161 if (stop_info_sp->ShouldNotify(event_ptr)) in ShouldStop()
4809 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
28 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXLimboStopInfo45 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXNewThreadStopInfo
44 bool ShouldNotify(lldb_private::Event *event_ptr);64 bool ShouldNotify(lldb_private::Event *event_ptr);
60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function