Home
last modified time | relevance | path

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 DGDBRemoteCommunicationHistory.cpp81 (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 DGDBRemoteCommunicationHistory.h29 enum PacketType { ePacketTypeInvalid = 0, ePacketTypeSend, ePacketTypeRecv }; enumerator
H A DGDBRemoteCommunication.cpp110 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendAck()
122 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendNack()
186 GDBRemoteCommunicationHistory::ePacketTypeSend, in SendRawPacketNoLock()