Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h204 bool ExtractIsReply(uint8_t first_packet_byte) const { in ExtractIsReply() function
H A DCommunicationKDP.cpp735 const bool is_reply = ExtractIsReply(first_packet_byte); in DumpPacket()