HomeSort by relevance Sort by last modified time
    Searched refs:GetRemoteOSKernelDescription (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 112 GetRemoteOSKernelDescription (std::string &s);
PlatformRemoteGDBServer.cpp 178 PlatformRemoteGDBServer::GetRemoteOSKernelDescription (std::string &s)
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 91 GetRemoteOSKernelDescription (std::string &s);
PlatformFreeBSD.cpp 332 PlatformFreeBSD::GetRemoteOSKernelDescription (std::string &s)
335 return m_remote_platform_sp->GetRemoteOSKernelDescription (s);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.h 63 GetRemoteOSKernelDescription (std::string &s);
PlatformDarwin.cpp 459 PlatformDarwin::GetRemoteOSKernelDescription (std::string &s)
462 return m_remote_platform_sp->GetRemoteOSKernelDescription (s);
    [all...]
  /external/lldb/include/lldb/Target/
Platform.h 259 GetRemoteOSKernelDescription (std::string &s)
  /external/lldb/source/Target/
Platform.cpp 389 return GetRemoteOSKernelDescription (s);

Completed in 244 milliseconds