Searched refs:CheckForPacket (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.h | 110 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
|
D | GDBRemoteCommunication.cpp | 275 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock() 291 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock() 642 GDBRemoteCommunication::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in GDBRemoteCommunication 1294 PacketType type = CheckForPacket(bytes, len, packet); in AppendBytesToCache()
|
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.h | 93 bool CheckForPacket(const uint8_t *src, size_t src_len,
|
D | CommunicationKDP.cpp | 185 if (CheckForPacket(NULL, 0, packet)) in WaitForPacketWithTimeoutMicroSecondsNoLock() 204 if (CheckForPacket(buffer, bytes_read, packet)) in WaitForPacketWithTimeoutMicroSecondsNoLock() 230 bool CommunicationKDP::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in CommunicationKDP
|