Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h38 void AddPacket(char packet_char, GDBRemotePacket::Type type,
41 void AddPacket(const std::string &src, uint32_t src_len,
H A DGDBRemoteCommunicationHistory.cpp29 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket() function in GDBRemoteCommunicationHistory
46 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket() function in GDBRemoteCommunicationHistory
H A DGDBRemoteCommunication.cpp101 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendAck()
111 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendNack()
196 m_history.AddPacket(packet.str(), packet_length, in SendRawPacketNoLock()
804 m_history.AddPacket(m_bytes, total_length, in CheckForPacket()