reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
494 s->Indent(); 495 BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID()); 502 s->PutCString(": "); 505 s->IndentMore(); 513 s->PutCString("re-exported target = "); 515 s->PutCString("where = "); 516 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, 520 s->EOL(); 521 s->Indent("module = "); 522 sc.module_sp->GetFileSpec().Dump(s); 526 s->EOL(); 527 s->Indent("compile unit = "); 528 static_cast<FileSpec *>(sc.comp_unit)->GetFilename().Dump(s); 531 s->EOL(); 532 s->Indent("function = "); 533 s->PutCString(sc.function->GetName().AsCString("<unknown>")); 537 s->EOL(); 538 s->Indent("location = "); 539 sc.line_entry.DumpStopContext(s, true); 545 s->EOL(); 547 s->Indent("re-exported target = "); 549 s->Indent("symbol = "); 550 s->PutCString(sc.symbol->GetName().AsCString("<unknown>")); 557 s->EOL(); 558 s->Indent(); 563 s->Printf(", "); 564 s->Printf("address = "); 574 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, 577 m_address.Dump(s, exe_scope, Address::DumpStyleLoadAddress, 586 s->Printf(", "); 588 s->EOL(); 589 s->Indent(); 591 s->Printf("indirect target = %s", 597 s->EOL(); 598 s->Indent(); 599 s->Printf("resolved = %s\n", IsResolved() ? "true" : "false"); 601 s->Indent(); 602 s->Printf("hit count = %-4u\n", GetHitCount()); 605 s->Indent(); 606 m_options_up->GetDescription(s, level); 607 s->EOL(); 609 s->IndentLess(); 611 s->Printf(", %sresolved, hit count = %u ", (IsResolved() ? "" : "un"), 614 m_options_up->GetDescription(s, level);