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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h78 CheckForPacket (const uint8_t *src,
H A DGDBRemoteCommunication.cpp296 if (CheckForPacket (NULL, 0, packet))
316 if (CheckForPacket (buffer, bytes_read, packet))
350 GDBRemoteCommunication::CheckForPacket (const uint8_t *src, size_t src_len, StringExtractorGDBRemote &packet) function in class:GDBRemoteCommunication

Completed in 93 milliseconds