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

References

tools/lldb/source/Target/Platform.cpp
  403   strm.Printf("  Platform: %s\n", GetPluginName().GetCString());
  408       strm.Printf("    Triple: ");
  409       arch.DumpTriple(strm);
  410       strm.EOL();
  416     strm.Format("OS Version: {0}", os_version.getAsString());
  419       strm.Printf(" (%s)", s.c_str());
  421     strm.EOL();
  425     strm.Printf("    Kernel: %s\n", s.c_str());
  428     strm.Printf("  Hostname: %s\n", GetHostname());
  432       strm.Printf("  Hostname: %s\n", GetHostname());
  433     strm.Printf(" Connected: %s\n", is_connected ? "yes" : "no");
  437     strm.Printf("WorkingDir: %s\n", GetWorkingDirectory().GetCString());
  445     strm.Printf("Platform-specific connection: %s\n", specific_info.c_str());