Lines Matching refs:GetBreakpoint
113 m_break_id = bp_loc_sp->GetBreakpoint().GetID(); in StoreBPInfo()
114 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo()
173 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
198 ->GetBreakpoint() in GetDescription()
367 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
398 location_owners.push_back(loc->GetBreakpoint().shared_from_this()); in PerformAction()
410 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
427 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
433 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
438 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
542 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
544 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()