Searched refs:PlatformRemoteGDBServer (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp1 //===-- PlatformRemoteGDBServer.cpp -----------------------------*- C++ -*-===//
12 #include "PlatformRemoteGDBServer.h"
39 PlatformRemoteGDBServer::Initialize ()
44 PluginManager::RegisterPlugin (PlatformRemoteGDBServer::GetPluginNameStatic(),
45 PlatformRemoteGDBServer::GetDescriptionStatic(),
46 PlatformRemoteGDBServer::CreateInstance);
51 PlatformRemoteGDBServer::Terminate ()
56 PluginManager::UnregisterPlugin (PlatformRemoteGDBServer::CreateInstance);
61 PlatformRemoteGDBServer::CreateInstance (bool force, const lldb_private::ArchSpec *arch)
69 return new PlatformRemoteGDBServer ();
127 PlatformRemoteGDBServer::PlatformRemoteGDBServer () : function in class:PlatformRemoteGDBServer
[all...]
H A DAndroid.mk12 PlatformRemoteGDBServer.cpp
H A DPlatformRemoteGDBServer.h1 //===-- PlatformRemoteGDBServer.h ----------------------------------------*- C++ -*-===//
22 class PlatformRemoteGDBServer : public lldb_private::Platform class in inherits:lldb_private::Platform
42 PlatformRemoteGDBServer ();
45 ~PlatformRemoteGDBServer();
143 DISALLOW_COPY_AND_ASSIGN (PlatformRemoteGDBServer);
/external/lldb/source/
H A Dlldb.cpp78 #include "Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h"
156 PlatformRemoteGDBServer::Initialize ();

Completed in 260 milliseconds