Home
last modified time | relevance | path

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 DGDBRemoteCommunicationHistory.h64 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 DGDBRemoteCommunicationHistory.cpp37 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 DGDBRemoteCommunication.cpp110 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()