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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h64 bool GetRemoteOSKernelDescription(std::string &s) override;
H A DPlatform.h247 virtual bool GetRemoteOSKernelDescription(std::string &s) { function in class:lldb_private::Platform
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp187 bool RemoteAwarePlatform::GetRemoteOSKernelDescription(std::string &s) { function in class:RemoteAwarePlatform
189 return m_remote_platform_sp->GetRemoteOSKernelDescription(s);
H A DPlatform.cpp511 return GetRemoteOSKernelDescription(s);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h86 bool GetRemoteOSKernelDescription(std::string &s) override;
H A DPlatformRemoteGDBServer.cpp242 bool PlatformRemoteGDBServer::GetRemoteOSKernelDescription(std::string &s) { function in class:PlatformRemoteGDBServer

Completed in 188 milliseconds