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

References

tools/lldb/source/Breakpoint/Breakpoint.cpp
  862   assert(s != nullptr);
  866       s->PutCString(GetBreakpointKind());
  869       s->Printf("Kind: %s\n", GetBreakpointKind());
  879     s->Printf("%i: ", GetID());
  880     GetResolverDescription(s);
  881     GetFilterDescription(s);
  888       s->Printf(", locations = %" PRIu64, (uint64_t)num_locations);
  890         s->Printf(", resolved = %" PRIu64 ", hit count = %d",
  897         s->Printf(", locations = 0 (pending)");
  900     GetOptions()->GetDescription(s, level);
  903       m_precondition_sp->GetDescription(*s, level);
  907         s->EOL();
  908         s->Indent();
  909         s->Printf("Names:");
  910         s->EOL();
  911         s->IndentMore();
  913           s->Indent();
  914           s->Printf("%s\n", name.c_str());
  916         s->IndentLess();
  918       s->IndentLess();
  919       s->EOL();
  924     s->Printf("Breakpoint %i: ", GetID());
  926       s->Printf("no locations (pending).");
  930       GetLocationAtIndex(0)->GetDescription(s, level);
  932       s->Printf("%" PRIu64 " locations.", static_cast<uint64_t>(num_locations));
  934     s->EOL();
  939     Dump(s);
  940     s->EOL();
  942     GetOptions()->GetDescription(s, level);
  952     s->IndentMore();
  955       loc->GetDescription(s, level);
  956       s->EOL();
  958     s->IndentLess();