HomeSort by relevance Sort by last modified time
    Searched refs:GDBRemoteCommunicationClient (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp 1 //===-- GDBRemoteCommunicationClient.cpp ------------------------*- C++ -*-===//
11 #include "GDBRemoteCommunicationClient.h"
37 // GDBRemoteCommunicationClient constructor
39 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient(bool is_platform) :
89 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient()
96 GDBRemoteCommunicationClient::HandshakeWithServer (Error *error_ptr)
109 GDBRemoteCommunicationClient::QueryNoAckModeSupported ()
129 GDBRemoteCommunicationClient::GetListThreadsInStopReplySupported (
    [all...]
Android.mk 12 GDBRemoteCommunicationClient.cpp \
GDBRemoteCommunicationClient.h 1 //===-- GDBRemoteCommunicationClient.h --------------------------*- C++ -*-===//
33 class GDBRemoteCommunicationClient : public GDBRemoteCommunication
39 GDBRemoteCommunicationClient(bool is_platform);
42 ~GDBRemoteCommunicationClient();
360 // Classes that inherit from GDBRemoteCommunicationClient can see and modify these
425 // For GDBRemoteCommunicationClient only
427 DISALLOW_COPY_AND_ASSIGN (GDBRemoteCommunicationClient);
ProcessGDBRemote.h 31 #include "GDBRemoteCommunicationClient.h"
220 GDBRemoteCommunicationClient &
228 friend class GDBRemoteCommunicationClient;
312 GDBRemoteCommunicationClient m_gdb_comm;
GDBRemoteRegisterContext.h 24 #include "GDBRemoteCommunicationClient.h"
300 GDBRemoteCommunicationClient &gdb_comm);
303 GDBRemoteCommunicationClient &gdb_comm);
GDBRemoteRegisterContext.cpp 151 GDBRemoteCommunicationClient &gdb_comm)
177 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote());
305 GDBRemoteCommunicationClient &gdb_comm)
337 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *) process)->GetGDBRemote());
364 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote());
499 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote());
574 GDBRemoteCommunicationClient &gdb_comm (((ProcessGDBRemote *)process)->GetGDBRemote());
    [all...]
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 20 #include "../../Process/gdb-remote/GDBRemoteCommunicationClient.h"
139 GDBRemoteCommunicationClient m_gdb_client;

Completed in 89 milliseconds