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

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h91 GetRemoteOSKernelDescription (std::string &s);
H A DPlatformFreeBSD.cpp332 PlatformFreeBSD::GetRemoteOSKernelDescription (std::string &s) function in class:PlatformFreeBSD
335 return m_remote_platform_sp->GetRemoteOSKernelDescription (s);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h63 GetRemoteOSKernelDescription (std::string &s);
H A DPlatformDarwin.cpp459 PlatformDarwin::GetRemoteOSKernelDescription (std::string &s) function in class:PlatformDarwin
462 return m_remote_platform_sp->GetRemoteOSKernelDescription (s);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h112 GetRemoteOSKernelDescription (std::string &s);
H A DPlatformRemoteGDBServer.cpp178 PlatformRemoteGDBServer::GetRemoteOSKernelDescription (std::string &s) function in class:PlatformRemoteGDBServer
/external/lldb/include/lldb/Target/
H A DPlatform.h259 GetRemoteOSKernelDescription (std::string &s) function in class:lldb_private::Platform
/external/lldb/source/Target/
H A DPlatform.cpp389 return GetRemoteOSKernelDescription (s);

Completed in 160 milliseconds