Searched refs:ShouldNotify (Results 1 – 7 of 7) sorted by relevance
63 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop()108 if (stop_info_sp->ShouldNotify(event_ptr)) { in ShouldStop()158 if (stop_info_sp->ShouldNotify(event_ptr)) in ShouldStop()
4732 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
27 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXLimboStopInfo44 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXNewThreadStopInfo
43 bool ShouldNotify(lldb_private::Event *event_ptr) override;63 bool ShouldNotify(lldb_private::Event *event_ptr) override;
94 bool ShouldNotify() const { in ShouldNotify() function
535 if (Failure.ShouldNotify()) { in onEndOfTranslationUnit()
60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function