HomeSort by relevance Sort by last modified time
    Searched defs:GDBRemoteCommunicationClient (Results 1 - 2 of 2) 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...]
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);

Completed in 38 milliseconds