Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp4651 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function