Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp309 std::optional<std::string> RemoteAwarePlatform::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in RemoteAwarePlatform
311 return m_remote_platform_sp->GetRemoteOSBuildString(); in GetRemoteOSBuildString()
H A DPlatform.cpp380 return GetRemoteOSBuildString(); in GetOSBuildString()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h68 std::optional<std::string> GetRemoteOSBuildString() override;
H A DPlatform.h235 virtual std::optional<std::string> GetRemoteOSBuildString() { in GetRemoteOSBuildString() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h79 std::optional<std::string> GetRemoteOSBuildString() override;
H A DPlatformRemoteGDBServer.cpp155 std::optional<std::string> PlatformRemoteGDBServer::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp359 if (std::optional<std::string> build = GetRemoteOSBuildString()) { in GetConnectedSDKIndex()