HomeSort by relevance Sort by last modified time
    Searched refs:GDBRemoteCommunication (Results 1 - 8 of 8) 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);
Android.mk 13 GDBRemoteCommunication.cpp \
GDBRemoteCommunicationServer.h 19 #include "GDBRemoteCommunication.h"
24 class GDBRemoteCommunicationServer : public GDBRemoteCommunication
GDBRemoteCommunicationClient.h 22 #include "GDBRemoteCommunication.h"
33 class GDBRemoteCommunicationClient : public GDBRemoteCommunication
GDBRemoteCommunicationServer.cpp 39 GDBRemoteCommunication ("gdb-remote.server", "gdb-remote.server.rx_packet", is_platform),
GDBRemoteCommunicationClient.cpp 40 GDBRemoteCommunication("gdb-remote.client", "gdb-remote.client.rx_packet", is_platform),
    [all...]
ProcessGDBRemote.cpp     [all...]

Completed in 179 milliseconds