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

References

tools/lldb/source/Target/StopInfo.cpp
  391               bp_loc_sp->GetDescription(&loc_desc, eDescriptionLevelBrief);
  395             if (!bp_loc_sp->IsEnabled() ||
  396                 !bp_loc_sp->GetBreakpoint().IsEnabled())
  402             if (!bp_loc_sp->ValidForThisThread(thread_sp.get())) {
  413             internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal();
  419                     bp_loc_sp->GetBreakpoint().GetID());
  424                 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context);
  432             if (bp_loc_sp->GetConditionText() != nullptr) {
  435                   bp_loc_sp->ConditionSaysStop(exe_ctx, condition_error);
  442                 bp_loc_sp->GetDescription(error_sp.get(),
  444                 error_sp->Printf(": \"%s\"", bp_loc_sp->GetConditionText());
  464                   bp_loc_sp->UndoBumpHitCount();
  477             if (bp_loc_sp->IsAutoContinue())
  501             callback_says_stop = bp_loc_sp->InvokeCallback(&context);
  510             if (callback_says_stop && bp_loc_sp &&
  511                 bp_loc_sp->GetBreakpoint().IsOneShot()) {
  513                   bp_loc_sp->GetBreakpoint().GetID());