Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DPOSIXStopInfo.cpp32 POSIXNewThreadStopInfo::~POSIXNewThreadStopInfo() {} in ~POSIXNewThreadStopInfo()
34 lldb::StopReason POSIXNewThreadStopInfo::GetStopReason() const { in GetStopReason()
38 const char *POSIXNewThreadStopInfo::GetDescription() { in GetDescription()
42 bool POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) { return false; } in ShouldStop()
44 bool POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) { return false; } in ShouldNotify()
DPOSIXStopInfo.h51 class POSIXNewThreadStopInfo : public POSIXStopInfo {
53 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo() function
55 ~POSIXNewThreadStopInfo();