Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp40 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 PlatformRemoteGDBServer
211 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 …]
H A DPlatformRemoteGDBServer.h23 class PlatformRemoteGDBServer : public Platform {
35 PlatformRemoteGDBServer();
37 virtual ~PlatformRemoteGDBServer();
199 DISALLOW_COPY_AND_ASSIGN(PlatformRemoteGDBServer);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp440 platform_gdb_server::PlatformRemoteGDBServer::Initialize(); in Initialize()
581 platform_gdb_server::PlatformRemoteGDBServer::Terminate(); in Terminate()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile368 SRCS+= Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp