Searched refs:POSIXNewThreadStopInfo (Results 1 – 2 of 2) sorted by relevance
33 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()
52 class POSIXNewThreadStopInfo : public POSIXStopInfo {54 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo() function56 ~POSIXNewThreadStopInfo();