Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h135 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
H A DGDBRemoteCommunication.cpp270 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
286 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()
637 GDBRemoteCommunication::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in GDBRemoteCommunication
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h93 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