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

References

tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  878       stream.PutCString("Availability: unknown (requires process)\n");
  879       stream.PutCString("Enabled: not applicable "
  884       stream.Printf("Availability: %s\n",
  889       stream.Printf("Enabled: %s\n", enabled ? "true" : "false");
  903     stream.PutCString("DarwinLog filter rules:\n");
  905     stream.IndentMore();
  908       stream.Indent();
  909       stream.PutCString("none\n");
  918         stream.Indent();
  919         stream.Printf("%02d: ", rule_number);
  920         rule_sp->Dump(stream);
  921         stream.PutChar('\n');
  924     stream.IndentLess();
  927     stream.Indent();
  928     stream.Printf("no-match behavior: %s\n",