Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp376 return GetRemoteOSBuildString(); in GetOSBuildString()
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/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