HomeSort by relevance Sort by last modified time
    Searched defs:GDBRemoteCommunication (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 1 //===-- 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::GDBRemoteCommunication(const char *comm_name,
    [all...]
GDBRemoteCommunication.h 1 //===-- GDBRemoteCommunication.h --------------------------------*- C++ -*-===//
31 class GDBRemoteCommunication : public 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 328 milliseconds