Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDRemoteAwarePlatform.cpp202 std::optional<std::string> RemoteAwarePlatform::GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function in RemoteAwarePlatform
204 return m_remote_platform_sp->GetRemoteOSKernelDescription(); in GetRemoteOSKernelDescription()
HDPlatform.cpp348 return GetRemoteOSKernelDescription(); in GetOSKernelDescription()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDRemoteAwarePlatform.h70 std::optional<std::string> GetRemoteOSKernelDescription() override;
HDPlatform.h226 virtual std::optional<std::string> GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h81 std::optional<std::string> GetRemoteOSKernelDescription() override;
HDPlatformRemoteGDBServer.cpp168 PlatformRemoteGDBServer::GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer