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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  189   response.PutCString("triple:");
  190   response.PutStringAsRawHex8(host_triple.getTriple());
  191   response.Printf(";ptrsize:%u;", host_arch.GetAddressByteSize());
  195     response.PutCString("distribution_id:");
  196     response.PutStringAsRawHex8(distribution_id);
  197     response.PutCString(";");
  238     response.Printf("watchpoint_exceptions_received:before;");
  240     response.Printf("watchpoint_exceptions_received:after;");
  245     response.PutCString("endian:big;");
  248     response.PutCString("endian:little;");
  251     response.PutCString("endian:pdp;");
  254     response.PutCString("endian:unknown;");
  260     response.Format("os_version:{0}", version.getAsString());
  261     response.PutChar(';');
  275     response.PutCString("os_build:");
  276     response.PutStringAsRawHex8(s);
  277     response.PutChar(';');
  280     response.PutCString("os_kernel:");
  281     response.PutStringAsRawHex8(s);
  282     response.PutChar(';');
  304     response.PutCString("hostname:");
  305     response.PutStringAsRawHex8(s);
  306     response.PutChar(';');
  311     response.Printf("default_packet_timeout:%u;", g_default_packet_timeout_sec);
  313   return SendPacketNoLock(response.GetString());