Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h29 enum PacketType { ePacketTypeInvalid = 0, ePacketTypeSend, ePacketTypeRecv }; enum
53 PacketType type;
64 void AddPacket(char packet_char, PacketType type, uint32_t bytes_transmitted);
66 void AddPacket(const std::string &src, uint32_t src_len, PacketType type,
119 GDBRemoteCommunicationHistory::PacketType> { in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
122 GDBRemoteCommunicationHistory::PacketType &value); in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
H A DGDBRemoteCommunicationHistory.cpp37 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, PacketType type, in AddPacket()
54 uint32_t src_len, PacketType type, in AddPacket()
106 void yaml::ScalarEnumerationTraits<GDBRemoteCommunicationHistory::PacketType>::
107 enumeration(IO &io, GDBRemoteCommunicationHistory::PacketType &value) { in enumeration()
H A DGDBRemoteCommunication.cpp283 if (CheckForPacket(NULL, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
651 GDBRemoteCommunication::PacketType
684 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
753 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
888 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
890 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
894 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
1333 PacketType type = CheckForPacket(bytes, len, packet); in AppendBytesToCache()
1341 if (type == PacketType::Invalid) in AppendBytesToCache()
1344 if (type == PacketType::Standard) { in AppendBytesToCache()
[all …]
H A DGDBRemoteCommunication.h61 enum class PacketType { Invalid = 0, Standard, Notify }; enum
107 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
H A DGDBRemoteCommunicationServerLLGS.cpp1195 enum PacketType { MetaData, BufferData }; enum
1196 PacketType tracetype = MetaData;
/freebsd-12.1/stand/i386/libi386/
H A Dpxe.h450 uint16_t PacketType; /* type (defined right here) */ member
H A Dpxe.c226 gci_p->PacketType = PXENV_PACKET_TYPE_BINL_REPLY; in pxe_init()