Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp44 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 PlatformRemoteGDBServer
138 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 …]
H A DPlatformRemoteGDBServer.h22 class PlatformRemoteGDBServer : public Platform, private UserIDResolver {
34 PlatformRemoteGDBServer();
36 ~PlatformRemoteGDBServer() override;
189 PlatformRemoteGDBServer(const PlatformRemoteGDBServer &) = delete;
190 const PlatformRemoteGDBServer &
191 operator=(const PlatformRemoteGDBServer &) = delete;
H A DCMakeLists.txt2 PlatformRemoteGDBServer.cpp
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp142 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()
151 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()
225 return PlatformRemoteGDBServer::ConnectProcess(new_connect_url, plugin_name, in ConnectProcess()
H A DPlatformAndroidRemoteGDBServer.h25 : public platform_gdb_server::PlatformRemoteGDBServer {
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/gdb-server/
H A DBUILD.gn19 sources = [ "PlatformRemoteGDBServer.cpp" ]
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp141 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp311 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4250 lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h