Searched refs:stop_packet (Results 1 – 3 of 3) sorted by relevance
115 void SetStopInfoFromPacket(StringExtractor &stop_packet, uint32_t stop_id);
359 lldb::StateType SetThreadStopInfo(StringExtractor &stop_packet);
1628 StringExtractorGDBRemote stop_packet; in CalculateThreadStopInfo() local1629 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()1630 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()2117 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() argument2119 stop_packet.SetFilePos(0); in SetThreadStopInfo()2120 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo()2140 const uint8_t signo = stop_packet.GetHexU8(); in SetThreadStopInfo()2158 while (stop_packet.GetNameColonValue(key, value)) { in SetThreadStopInfo()