Home
last modified time | relevance | path

Searched refs:ePacketTypeSend (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp51 case GDBRemotePacket::ePacketTypeSend: in GetTypeStr()
69 io.enumCase(value, "Send", GDBRemotePacket::ePacketTypeSend); in enumeration()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h56 enum Type { ePacketTypeInvalid = 0, ePacketTypeSend, ePacketTypeRecv }; enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp95 (entry.type == GDBRemotePacket::ePacketTypeSend) ? "send" in Dump()
H A DGDBRemoteCommunicationReplayServer.cpp143 if (entry.type == GDBRemotePacket::ePacketTypeSend) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunication.cpp107 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendAck()
117 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendNack()
180 GDBRemotePacket::ePacketTypeSend, bytes_written); in SendRawPacketNoLock()