Home
last modified time | relevance | path

Searched refs:AddPacket (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h31 void AddPacket(char packet_char, GDBRemotePacket::Type type,
34 void AddPacket(const std::string &src, uint32_t src_len,
H A DGDBRemoteCommunicationHistory.cpp28 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket() function in GDBRemoteCommunicationHistory
43 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket() function in GDBRemoteCommunicationHistory
H A DGDBRemoteCommunication.cpp99 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendAck()
109 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendNack()
194 m_history.AddPacket(packet.str(), packet_length, in SendRawPacketNoLock()
784 m_history.AddPacket(m_bytes, total_length, in CheckForPacket()