Searched refs:PlatformRemoteGDBServer (Results 1 – 4 of 4) sorted by relevance
40 void PlatformRemoteGDBServer::Initialize() { in Initialize()48 PlatformRemoteGDBServer::CreateInstance); in Initialize()52 void PlatformRemoteGDBServer::Terminate() { in Terminate()68 return PlatformSP(new PlatformRemoteGDBServer()); in CreateInstance()94 Status PlatformRemoteGDBServer::ResolveExecutable( in ResolveExecutable()201 PlatformRemoteGDBServer::PlatformRemoteGDBServer() in PlatformRemoteGDBServer() function in PlatformRemoteGDBServer211 PlatformRemoteGDBServer::~PlatformRemoteGDBServer() {} in ~PlatformRemoteGDBServer()369 uint32_t PlatformRemoteGDBServer::FindProcesses( in FindProcesses()375 bool PlatformRemoteGDBServer::GetProcessInfo( in GetProcessInfo()557 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach()[all …]
23 class PlatformRemoteGDBServer : public Platform {35 PlatformRemoteGDBServer();37 virtual ~PlatformRemoteGDBServer();199 DISALLOW_COPY_AND_ASSIGN(PlatformRemoteGDBServer);
440 platform_gdb_server::PlatformRemoteGDBServer::Initialize(); in Initialize()581 platform_gdb_server::PlatformRemoteGDBServer::Terminate(); in Terminate()
368 SRCS+= Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp