Searched refs:PlatformRemoteGDBServer (Results 1 – 9 of 9) sorted by relevance
44 void PlatformRemoteGDBServer::Initialize() { in Initialize()52 PlatformRemoteGDBServer::CreateInstance); in Initialize()56 void PlatformRemoteGDBServer::Terminate() { in Terminate()72 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance()131 PlatformRemoteGDBServer::PlatformRemoteGDBServer() in PlatformRemoteGDBServer() function in PlatformRemoteGDBServer138 PlatformRemoteGDBServer::~PlatformRemoteGDBServer() = default;306 uint32_t PlatformRemoteGDBServer::FindProcesses( in FindProcesses()314 bool PlatformRemoteGDBServer::GetProcessInfo( in GetProcessInfo()489 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach()636 Status PlatformRemoteGDBServer::CreateSymlink( in CreateSymlink()[all …]
22 class PlatformRemoteGDBServer : public Platform, private UserIDResolver {34 PlatformRemoteGDBServer();36 ~PlatformRemoteGDBServer() override;189 PlatformRemoteGDBServer(const PlatformRemoteGDBServer &) = delete;190 const PlatformRemoteGDBServer &191 operator=(const PlatformRemoteGDBServer &) = delete;
2 PlatformRemoteGDBServer.cpp
142 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()151 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()225 return PlatformRemoteGDBServer::ConnectProcess(new_connect_url, plugin_name, in ConnectProcess()
25 : public platform_gdb_server::PlatformRemoteGDBServer {
19 sources = [ "PlatformRemoteGDBServer.cpp" ]
141 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
311 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
4250 lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h