Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp314 llvm::Optional<std::string> RemoteAwarePlatform::GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function in RemoteAwarePlatform
316 return m_remote_platform_sp->GetRemoteOSKernelDescription(); in GetRemoteOSKernelDescription()
H A DPlatform.cpp385 return GetRemoteOSKernelDescription(); in GetOSKernelDescription()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h68 llvm::Optional<std::string> GetRemoteOSKernelDescription() override;
H A DPlatform.h238 virtual llvm::Optional<std::string> GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h80 llvm::Optional<std::string> GetRemoteOSKernelDescription() override;
H A DPlatformRemoteGDBServer.cpp160 PlatformRemoteGDBServer::GetRemoteOSKernelDescription() { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer