Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp457 char packet_checksum_cstr[3]; in DecompressPacket() local
458 packet_checksum_cstr[0] = m_bytes[checksum_idx]; in DecompressPacket()
459 packet_checksum_cstr[1] = m_bytes[checksum_idx + 1]; in DecompressPacket()
460 packet_checksum_cstr[2] = '\0'; in DecompressPacket()
461 long packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in DecompressPacket()
799 const char *packet_checksum_cstr = &m_bytes[checksum_idx]; in CheckForPacket() local
800 char packet_checksum = strtol(packet_checksum_cstr, nullptr, 16); in CheckForPacket()