Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h131 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
H A DGDBRemoteCommunication.cpp251 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 DCommunicationKDP.h91 bool CheckForPacket(const uint8_t *src, size_t src_len,
H A DCommunicationKDP.cpp184 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