Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h91 bool GetRemoteOSKernelDescription(std::string &s) override;
H A DPlatformRemoteGDBServer.cpp244 bool PlatformRemoteGDBServer::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h78 bool GetRemoteOSKernelDescription(std::string &s) override;
H A DPlatformPOSIX.cpp678 bool PlatformPOSIX::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in PlatformPOSIX
680 return m_remote_platform_sp->GetRemoteOSKernelDescription(s); in GetRemoteOSKernelDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h266 virtual bool GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp519 return GetRemoteOSKernelDescription(s); in GetOSKernelDescription()