Home
last modified time | relevance | path

Searched defs:ShouldNotify (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXStopInfo.cpp27 bool POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXLimboStopInfo
44 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify() function in POSIXNewThreadStopInfo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStopInfo.h60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() function