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());
  314     AutoIndent Indent(P, 2);
  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());
  326       AutoIndent Indent(P, 2);
  327       P.formatLine("Enabled: {0}", Loc->IsEnabled());
  328       P.formatLine("Resolved: {0}", Loc->IsResolved());
  334       P.formatLine("Address: {0}", S.GetString());
  337   P.NewLine();