Home
last modified time | relevance | path

Searched defs:GetRemoteOSBuildString (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Target/
DRemoteAwarePlatform.cpp309 std::optional<std::string> RemoteAwarePlatform::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in RemoteAwarePlatform
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h235 virtual std::optional<std::string> GetRemoteOSBuildString() { in GetRemoteOSBuildString() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp155 std::optional<std::string> PlatformRemoteGDBServer::GetRemoteOSBuildString() { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer