Searched refs:GetThreadStopInfo (Results 1 – 3 of 3) sorted by relevance
265 bool GetThreadStopInfo(lldb::tid_t tid, StringExtractorGDBRemote &response);
2761 bool GDBRemoteCommunicationClient::GetThreadStopInfo( in GetThreadStopInfo() function in GDBRemoteCommunicationClient
1601 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()