Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp275 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
641 GDBRemoteCommunication::PacketType
674 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
742 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
852 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
854 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
858 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
1294 PacketType type = CheckForPacket(bytes, len, packet); in AppendBytesToCache()
1302 if (type == PacketType::Invalid) in AppendBytesToCache()
1305 if (type == PacketType::Standard) { in AppendBytesToCache()
[all …]
H A DGDBRemoteCommunication.h64 enum class PacketType { Invalid = 0, Standard, Notify }; enum
110 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
/freebsd-13.1/stand/i386/libi386/
H A Dpxe.h449 uint16_t PacketType; /* type (defined right here) */ member
H A Dpxe.c228 gci_p->PacketType = PXENV_PACKET_TYPE_BINL_REPLY; in pxe_init()