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

References

tools/lldb/tools/lldb-test/lldb-test.cpp
  308   P.formatLine("{0} breakpoint{1}", List.GetSize(), plural(List.GetSize()));
  310     P.formatLine("At least one breakpoint.");
  313     P.formatLine("Breakpoint ID {0}:", BP->GetID());
  315     P.formatLine("{0} location{1}.", BP->GetNumLocations(),
  318       P.formatLine("At least one location.");
  319     P.formatLine("{0} resolved location{1}.", BP->GetNumResolvedLocations(),
  322       P.formatLine("At least one resolved location.");
  325       P.formatLine("Location ID {0}:", Loc->GetID());
  327       P.formatLine("Enabled: {0}", Loc->IsEnabled());
  328       P.formatLine("Resolved: {0}", Loc->IsResolved());
  334       P.formatLine("Address: {0}", S.GetString());
  379     P.formatLine("Command: {0}", Command);
  383       P.formatLine("Failed: {0}", Result.GetErrorData());
  826     Printer.formatLine("There are no {0}sections", is_subsection ? "sub" : "");
  829   Printer.formatLine("Showing {0} {1}sections", Count,
  835     Printer.formatLine("Index: {0}", I);
  836     Printer.formatLine("ID: {0:x}", S->GetID());
  837     Printer.formatLine("Name: {0}", S->GetName().GetStringRef());
  838     Printer.formatLine("Type: {0}", S->GetTypeAsCString());
  839     Printer.formatLine("Permissions: {0}", GetPermissionsAsCString(S->GetPermissions()));
  840     Printer.formatLine("Thread specific: {0:y}", S->IsThreadSpecific());
  841     Printer.formatLine("VM address: {0:x}", S->GetFileAddress());
  842     Printer.formatLine("VM size: {0}", S->GetByteSize());
  843     Printer.formatLine("File size: {0}", S->GetFileSize());
  884     Printer.formatLine("Plugin name: {0}", ObjectPtr->GetPluginName());
  885     Printer.formatLine("Architecture: {0}",
  887     Printer.formatLine("UUID: {0}", ModulePtr->GetUUID().GetAsString());
  888     Printer.formatLine("Executable: {0}", ObjectPtr->IsExecutable());
  889     Printer.formatLine("Stripped: {0}", ObjectPtr->IsStripped());
  890     Printer.formatLine("Type: {0}", ObjectPtr->GetType());
  891     Printer.formatLine("Strata: {0}", ObjectPtr->GetStrata());
  892     Printer.formatLine("Base VM address: {0:x}",
  902       Printer.formatLine("Showing {0} dependent module(s)", Count);
  905         Printer.formatLine("Name: {0}",