Home
last modified time | relevance | path

Searched refs:PacketType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp270 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
286 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()
636 GDBRemoteCommunication::PacketType
669 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
737 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
847 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
849 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
853 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
H A DGDBRemoteCommunication.h89 enum class PacketType { Invalid = 0, Standard, Notify }; enum
135 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h73 enum PacketType { enum