Searched defs:GDBRemoteCommunication (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1 //===-- GDBRemoteCommunication.cpp ------------------------------*- C++ -*-===//
11 #include "GDBRemoteCommunication.h"
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
105 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const
130 // GDBRemoteCommunication constructor
132 GDBRemoteCommunication function in class:GDBRemoteCommunication
[all...]
H A DGDBRemoteCommunication.h1 //===-- GDBRemoteCommunication.h --------------------------------*- C++ -*-===//
31 class GDBRemoteCommunication : public lldb_private::Communication class in inherits:lldb_private::Communication
41 GDBRemoteCommunication(const char *comm_name,
46 ~GDBRemoteCommunication();
242 // Classes that inherit from GDBRemoteCommunication can see and modify these
263 // For GDBRemoteCommunication only
265 DISALLOW_COPY_AND_ASSIGN (GDBRemoteCommunication);

Completed in 60 milliseconds