Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp49 GDBRemoteCommunication::History::AddPacket (char packet_char, in AddPacket() function in GDBRemoteCommunication::History
66 GDBRemoteCommunication::History::AddPacket (const std::string &src, in AddPacket() function in GDBRemoteCommunication::History
180 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written); in SendAck()
193 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written); in SendNack()
231 …m_history.AddPacket (packet.GetString(), packet.GetSize(), History::ePacketTypeSend, bytes_written… in SendPacketNoLock()
465 … m_history.AddPacket (m_bytes.c_str(), total_length, History::ePacketTypeRecv, total_length); in CheckForPacket()
DGDBRemoteCommunication.h164 AddPacket (char packet_char,
168 AddPacket (const std::string &src,