Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp450 long packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in DecompressPacket() local
454 bool success = packet_checksum == actual_checksum; in DecompressPacket()
458 (int)(pkt_size), m_bytes.c_str(), (uint8_t)packet_checksum, in DecompressPacket()
793 char packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in CheckForPacket() local
796 success = packet_checksum == actual_checksum; in CheckForPacket()
802 (uint8_t)packet_checksum, (uint8_t)actual_checksum); in CheckForPacket()