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

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 1 //===-- GDBRemoteCommunicationServer.cpp ------------------------*- C++ -*-===//
11 #include "GDBRemoteCommunicationServer.h"
36 // GDBRemoteCommunicationServer constructor
38 GDBRemoteCommunicationServer::GDBRemoteCommunicationServer(bool is_platform) :
53 GDBRemoteCommunicationServer::~GDBRemoteCommunicationServer()
59 //GDBRemoteCommunicationServer::AsyncThread (void *arg)
61 // GDBRemoteCommunicationServer *server = (GDBRemoteCommunicationServer*) arg
    [all...]
GDBRemoteCommunicationServer.h 1 //===-- GDBRemoteCommunicationServer.h --------------------------*- C++ -*-===//
24 class GDBRemoteCommunicationServer : public GDBRemoteCommunication
34 GDBRemoteCommunicationServer(bool is_platform);
37 ~GDBRemoteCommunicationServer();
142 // For GDBRemoteCommunicationServer only
144 DISALLOW_COPY_AND_ASSIGN (GDBRemoteCommunicationServer);

Completed in 82 milliseconds