Searched refs:CheckForPacket (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.h | 131 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
|
H A D | GDBRemoteCommunication.cpp | 251 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock() 267 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock() 618 GDBRemoteCommunication::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in GDBRemoteCommunication
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | CommunicationKDP.h | 91 bool CheckForPacket(const uint8_t *src, size_t src_len,
|
H A D | CommunicationKDP.cpp | 184 if (CheckForPacket(NULL, 0, packet)) in WaitForPacketWithTimeoutMicroSecondsNoLock() 203 if (CheckForPacket(buffer, bytes_read, packet)) in WaitForPacketWithTimeoutMicroSecondsNoLock() 229 bool CommunicationKDP::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in CommunicationKDP
|