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
  334 const char *PlatformRemoteGDBServer::GetHostname() {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  200 const char *RemoteAwarePlatform::GetHostname() {

Declarations

tools/lldb/include/lldb/Target/Platform.h
  221   virtual const char *GetHostname();

References

tools/lldb/source/API/SBPlatform.cpp
  421     return platform_sp->GetHostname();
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  350           const char *hostname_cstr = platform_sp->GetHostname();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  334                        m_remote_platform_sp->GetHostname(), src_path.c_str(),
tools/lldb/source/Target/Platform.cpp
  428     strm.Printf("  Hostname: %s\n", GetHostname());
  432       strm.Printf("  Hostname: %s\n", GetHostname());
 1684 const char *Platform::GetCacheHostname() { return GetHostname(); }
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  202     return Platform::GetHostname();
  204     return m_remote_platform_sp->GetHostname();