Home
last modified time | relevance | path

Searched refs:ShouldNotify (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop()
109 if (stop_info_sp->ShouldNotify(event_ptr)) { in ShouldStop()
159 if (stop_info_sp->ShouldNotify(event_ptr)) in ShouldStop()
H A DProcess.cpp4900 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function