Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp42 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 …]
H A DPlatformRemoteGDBServer.h23 class PlatformRemoteGDBServer : public Platform, private UserIDResolver {
35 PlatformRemoteGDBServer();
37 ~PlatformRemoteGDBServer() override;
190 PlatformRemoteGDBServer(const PlatformRemoteGDBServer &) = delete;
191 const PlatformRemoteGDBServer &
192 operator=(const PlatformRemoteGDBServer &) = delete;
H A DCMakeLists.txt2 PlatformRemoteGDBServer.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp153 error = PlatformRemoteGDBServer::ConnectRemote(args); in ConnectRemote()
162 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()
246 return PlatformRemoteGDBServer::ConnectProcess(new_connect_url, plugin_name, in ConnectProcess()
H A DPlatformAndroidRemoteGDBServer.h25 : public platform_gdb_server::PlatformRemoteGDBServer {
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/gdb-server/
H A DBUILD.gn19 sources = [ "PlatformRemoteGDBServer.cpp" ]
/openbsd-src/gnu/usr.bin/clang/liblldbPluginPlatform/
H A DMakefile28 PlatformRemoteGDBServer.cpp
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp142 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp312 platform_gdb_server::PlatformRemoteGDBServer::CreateInstance( in ConnectRemote()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4247 lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h