Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp66 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()
H A DProcess.cpp4809 stop_info_sp->ShouldNotify(event_sp.get())) { in HandleStoppedEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp28 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXLimboStopInfo
45 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXNewThreadStopInfo
H A DPOSIXStopInfo.h44 bool ShouldNotify(lldb_private::Event *event_ptr);
64 bool ShouldNotify(lldb_private::Event *event_ptr);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStopInfo.h60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function