Home
last modified time | relevance | path

Searched refs:GetRemoteOSKernelDescription (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp315 std::optional<std::string> RemoteAwarePlatform::GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function in RemoteAwarePlatform
317 return m_remote_platform_sp->GetRemoteOSKernelDescription(); in GetRemoteOSKernelDescription()
H A DPlatform.cpp386 return GetRemoteOSKernelDescription(); in GetOSKernelDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h69 std::optional<std::string> GetRemoteOSKernelDescription() override;
H A DPlatform.h239 virtual std::optional<std::string> GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h81 std::optional<std::string> GetRemoteOSKernelDescription() override;
H A DPlatformRemoteGDBServer.cpp162 PlatformRemoteGDBServer::GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer