Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp485 long packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in DecompressPacket() local
489 bool success = packet_checksum == actual_checksum; in DecompressPacket()
493 (int)(pkt_size), m_bytes.c_str(), (uint8_t)packet_checksum, in DecompressPacket()
846 char packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in CheckForPacket() local
849 success = packet_checksum == actual_checksum; in CheckForPacket()
855 (uint8_t)packet_checksum, (uint8_t)actual_checksum); in CheckForPacket()