Searched refs:AddPacket (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationHistory.h | 64 void AddPacket(char packet_char, PacketType type, uint32_t bytes_transmitted); 66 void AddPacket(const std::string &src, uint32_t src_len, PacketType type,
|
| H A D | GDBRemoteCommunicationHistory.cpp | 37 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, PacketType type, in AddPacket() function in GDBRemoteCommunicationHistory 53 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket() function in GDBRemoteCommunicationHistory
|
| H A D | GDBRemoteCommunication.cpp | 110 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendAck() 122 m_history.AddPacket(ch, GDBRemoteCommunicationHistory::ePacketTypeSend, in SendNack() 185 m_history.AddPacket(packet.str(), packet_length, in SendRawPacketNoLock() 821 m_history.AddPacket(m_bytes, total_length, in CheckForPacket()
|