Home
last modified time | relevance | path

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

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