Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp462 std::string &packet_str = packet.GetStringRef(); in CheckForPacket() local
480 packet_str.clear(); in CheckForPacket()
484 packet_str.reserve(m_bytes.length()); in CheckForPacket()
492 char char_to_repeat = packet_str.back(); in CheckForPacket()
498 packet_str.push_back(char_to_repeat); in CheckForPacket()
505 packet_str.push_back(escapee); in CheckForPacket()
509 packet_str.push_back(*c); in CheckForPacket()
523 … char actual_checksum = CalculcateChecksum (packet_str.c_str(), packet_str.size()); in CheckForPacket()