Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h52 enum Type { ePacketTypeInvalid = 0, ePacketTypeSend, ePacketTypeRecv }; enumerator
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp50 case GDBRemotePacket::ePacketTypeSend: in GetTypeStr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp90 (entry.type == GDBRemotePacket::ePacketTypeSend) ? "send" in Dump()
H A DGDBRemoteCommunication.cpp98 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendAck()
108 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendNack()
194 GDBRemotePacket::ePacketTypeSend, bytes_written); in SendRawPacketNoLock()