Searched refs:ePacketTypeSend (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationHistory.cpp | 81 (entry.type == ePacketTypeSend) ? "send" : "read", in Dump() 101 (entry.type == ePacketTypeSend) ? "send" : "read", in Dump() 110 io.enumCase(value, "Send", GDBRemoteCommunicationHistory::ePacketTypeSend); in enumeration()
|
| H A D | GDBRemoteCommunicationHistory.h | 29 enum PacketType { ePacketTypeInvalid = 0, ePacketTypeSend, ePacketTypeRecv }; enumerator
|
| H A D | GDBRemoteCommunication.cpp | 110 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendAck() 122 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendNack() 186 GDBRemoteCommunicationHistory::ePacketTypeSend, in SendRawPacketNoLock()
|