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