reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  106   m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written);
  116   m_history.AddPacket(ch, GDBRemotePacket::ePacketTypeSend, bytes_written);
  157       if (!m_history.DidDumpToLog())
  158         m_history.Dump(log);
  178     m_history.AddPacket(packet.str(), packet_length,
  756         if (!m_history.DidDumpToLog())
  757           m_history.Dump(log);
  808       m_history.AddPacket(m_bytes, total_length,
 1244 void GDBRemoteCommunication::DumpHistory(Stream &strm) { m_history.Dump(strm); }
 1247   m_history.SetStream(strm);