Searched refs:POSIXNewThreadStopInfo (Results 1 – 3 of 3) sorted by relevance
65 POSIXNewThreadStopInfo::~POSIXNewThreadStopInfo() { } in ~POSIXNewThreadStopInfo()68 POSIXNewThreadStopInfo::GetStopReason() const in GetStopReason()74 POSIXNewThreadStopInfo::GetDescription() in GetDescription()80 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) in ShouldStop()86 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) in ShouldNotify()
97 class POSIXNewThreadStopInfo101 POSIXNewThreadStopInfo (POSIXThread &thread) in POSIXNewThreadStopInfo() function105 ~POSIXNewThreadStopInfo();
520 SetStopInfo (lldb::StopInfoSP(new POSIXNewThreadStopInfo(*this))); in ThreadNotify()