reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  242 bool PlatformRemoteGDBServer::GetRemoteOSKernelDescription(std::string &s) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  187 bool RemoteAwarePlatform::GetRemoteOSKernelDescription(std::string &s) {

References

tools/lldb/source/Target/Platform.cpp
  511     return GetRemoteOSKernelDescription(s);
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  189     return m_remote_platform_sp->GetRemoteOSKernelDescription(s);