Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationHistory.h38 void AddPacket(char packet_char, GDBRemotePacket::Type type,
41 void AddPacket(const std::string &src, uint32_t src_len,
HDGDBRemoteCommunicationHistory.cpp30 void GDBRemoteCommunicationHistory::AddPacket(char packet_char, in AddPacket() function in GDBRemoteCommunicationHistory
47 void GDBRemoteCommunicationHistory::AddPacket(const std::string &src, in AddPacket() function in GDBRemoteCommunicationHistory
HDGDBRemoteCommunication.cpp107 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendAck()
117 m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written); in SendNack()
179 m_history.AddPacket(packet.str(), packet_length, in SendRawPacketNoLock()
809 m_history.AddPacket(m_bytes, total_length, in CheckForPacket()