Home
last modified time | relevance | path

Searched refs:stop_packet (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp206 StringExtractorGDBRemote stop_packet; in CalculateStopInfo() local
208 if (gdb_process->GetGDBRemote().GetThreadStopInfo(GetProtocolID(), stop_packet)) in CalculateStopInfo()
209 return gdb_process->SetThreadStopInfo (stop_packet) == eStateStopped; in CalculateStopInfo()
DThreadGDBRemote.h99 SetStopInfoFromPacket (StringExtractor &stop_packet, uint32_t stop_id);
DProcessGDBRemote.h354 SetThreadStopInfo (StringExtractor& stop_packet);
DProcessGDBRemote.cpp1417 ProcessGDBRemote::SetThreadStopInfo (StringExtractor& stop_packet) in SetThreadStopInfo() argument
1419 stop_packet.SetFilePos (0); in SetThreadStopInfo()
1420 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo()
1445 const uint8_t signo = stop_packet.GetHexU8(); in SetThreadStopInfo()
1457 while (stop_packet.GetNameColonValue(name, value)) in SetThreadStopInfo()
1568stop_packet.GetStringRef().c_str()); in SetThreadStopInfo()