Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp196 std::optional<std::string> RemoteAwarePlatform::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in RemoteAwarePlatform
198 return m_remote_platform_sp->GetRemoteOSBuildString(); in GetRemoteOSBuildString()
H A DPlatform.cpp342 return GetRemoteOSBuildString(); in GetOSBuildString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h69 std::optional<std::string> GetRemoteOSBuildString() override;
H A DPlatform.h222 virtual std::optional<std::string> GetRemoteOSBuildString() { in GetRemoteOSBuildString() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h79 std::optional<std::string> GetRemoteOSBuildString() override;
H A DPlatformRemoteGDBServer.cpp161 std::optional<std::string> PlatformRemoteGDBServer::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer