Home
last modified time | relevance | path

Searched defs:first_packet_byte (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h204 bool ExtractIsReply(uint8_t first_packet_byte) const { in ExtractIsReply()
209 CommandType ExtractCommand(uint8_t first_packet_byte) const { in ExtractCommand()
H A DCommunicationKDP.cpp728 const uint8_t first_packet_byte = packet.GetU8(&offset); in DumpPacket() local