Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h68 bool GetRemoteOSKernelDescription(std::string &s) override;
H A DPlatform.h251 virtual bool GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp342 bool RemoteAwarePlatform::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in RemoteAwarePlatform
344 return m_remote_platform_sp->GetRemoteOSKernelDescription(s); in GetRemoteOSKernelDescription()
H A DPlatform.cpp517 return GetRemoteOSKernelDescription(s); in GetOSKernelDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h87 bool GetRemoteOSKernelDescription(std::string &s) override;
H A DPlatformRemoteGDBServer.cpp248 bool PlatformRemoteGDBServer::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer