Home
last modified time | relevance | path

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

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