Home
last modified time | relevance | path

Searched refs:POSIXNewThreadStopInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DPOSIXStopInfo.cpp33 POSIXNewThreadStopInfo::~POSIXNewThreadStopInfo() {} in ~POSIXNewThreadStopInfo()
35 lldb::StopReason POSIXNewThreadStopInfo::GetStopReason() const { in GetStopReason()
39 const char *POSIXNewThreadStopInfo::GetDescription() { in GetDescription()
43 bool POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) { return false; } in ShouldStop()
45 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify()
H A DPOSIXStopInfo.h52 class POSIXNewThreadStopInfo : public POSIXStopInfo {
54 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo() function
56 ~POSIXNewThreadStopInfo();