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

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1 //===-- GDBRemoteCommunicationClient.cpp ------------------------*- C++ -*-===//
11 #include "GDBRemoteCommunicationClient.h"
37 // GDBRemoteCommunicationClient constructor
39 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient(bool is_platform) : function in class:GDBRemoteCommunicationClient
89 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient()
96 GDBRemoteCommunicationClient::HandshakeWithServer (Error *error_ptr)
109 GDBRemoteCommunicationClient::QueryNoAckModeSupported ()
129 GDBRemoteCommunicationClient
[all...]
H A DGDBRemoteCommunicationClient.h1 //===-- GDBRemoteCommunicationClient.h --------------------------*- C++ -*-===//
33 class GDBRemoteCommunicationClient : public GDBRemoteCommunication class in inherits: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);

Completed in 139 milliseconds