Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h107 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
H A DGDBRemoteCommunication.cpp283 if (CheckForPacket(NULL, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
299 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()
652 GDBRemoteCommunication::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in GDBRemoteCommunication
1333 PacketType type = CheckForPacket(bytes, len, packet); in AppendBytesToCache()