Searched refs:PlatformRemoteGDBServer (Results 1 – 10 of 10) sorted by relevance
42 LLDB_PLUGIN_DEFINE_ADV(PlatformRemoteGDBServer, PlatformGDB)46 void PlatformRemoteGDBServer::Initialize() { in Initialize()52 PlatformRemoteGDBServer::GetPluginNameStatic(), in Initialize()53 PlatformRemoteGDBServer::GetDescriptionStatic(), in Initialize()54 PlatformRemoteGDBServer::CreateInstance); in Initialize()58 void PlatformRemoteGDBServer::Terminate() { in Terminate()61 PluginManager::UnregisterPlugin(PlatformRemoteGDBServer::CreateInstance); in Terminate()67 PlatformSP PlatformRemoteGDBServer::CreateInstance(bool force, in CreateInstance()74 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance()78 llvm::StringRef PlatformRemoteGDBServer::GetDescriptionStatic() { in GetDescriptionStatic()[all …]
23 class PlatformRemoteGDBServer : public Platform, private UserIDResolver {35 PlatformRemoteGDBServer();37 ~PlatformRemoteGDBServer() override;190 PlatformRemoteGDBServer(const PlatformRemoteGDBServer &) = delete;191 const PlatformRemoteGDBServer &192 operator=(const PlatformRemoteGDBServer &) = delete;
2 PlatformRemoteGDBServer.cpp
153 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()162 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()246 return PlatformRemoteGDBServer::ConnectProcess(new_connect_url, plugin_name, in ConnectProcess()
25 : public platform_gdb_server::PlatformRemoteGDBServer {
19 sources = [ "PlatformRemoteGDBServer.cpp" ]
28 PlatformRemoteGDBServer.cpp
142 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
312 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
4247 lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h