Home | History | Annotate | Download | only in gdb-remote

Lines Matching defs:History

35 GDBRemoteCommunication::History::History (uint32_t size) :
44 GDBRemoteCommunication::History::~History ()
49 GDBRemoteCommunication::History::AddPacket (char packet_char,
66 GDBRemoteCommunication::History::AddPacket (const std::string &src,
84 GDBRemoteCommunication::History::Dump (lldb_private::Stream &strm) const
95 strm.Printf ("history[%u] tid=0x%4.4" PRIx64 " <%4u> %s packet: %s\n",
105 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const
119 log->Printf ("history[%u] tid=0x%4.4" PRIx64 " <%4u> %s packet: %s",
180 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written);
193 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written);
221 // If logging was just enabled and we have history, then dump out what
231 m_history.AddPacket (packet.GetString(), packet.GetSize(), History::ePacketTypeSend, bytes_written);
455 // If logging was just enabled and we have history, then dump out what
465 m_history.AddPacket (m_bytes.c_str(), total_length, History::ePacketTypeRecv, total_length);