Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h111 void SetStopInfoFromPacket(StringExtractor &stop_packet, uint32_t stop_id);
DProcessGDBRemote.h357 lldb::StateType SetThreadStopInfo(StringExtractor &stop_packet);
DProcessGDBRemote.cpp1715 StringExtractorGDBRemote stop_packet; in CalculateThreadStopInfo() local
1716 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()
1717 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
2126 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() argument
2127 stop_packet.SetFilePos(0); in SetThreadStopInfo()
2128 const char stop_type = stop_packet.GetChar(); in SetThreadStopInfo()
2150 const uint8_t signo = stop_packet.GetHexU8(); in SetThreadStopInfo()
2167 while (stop_packet.GetNameColonValue(key, value)) { in SetThreadStopInfo()