Searched defs:GetRemoteOSBuildString (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Target/ | ||
H A D | RemoteAwarePlatform.cpp | 193 std::optional<std::string> RemoteAwarePlatform::GetRemoteOSBuildString() { GetRemoteOSBuildString() function in RemoteAwarePlatform |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Platform.h | 222 virtual std::optional<std::string> GetRemoteOSBuildString() { GetRemoteOSBuildString() function |
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ | ||
H A D | PlatformRemoteGDBServer.cpp | 161 std::optional<std::string> PlatformRemoteGDBServer::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer |