Searched refs:AddPacket (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationHistory.h | 31 void AddPacket(char packet_char, GDBRemotePacket::Type type, 34 void AddPacket(const std::string &src, uint32_t src_len,
|
H A D | GDBRemoteCommunicationHistory.cpp | 28 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 D | GDBRemoteCommunication.cpp | 99 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()
|