Lines Matching refs:GetBreakpoint
116 m_break_id = bp_loc_sp->GetBreakpoint().GetID(); in StoreBPInfo()
117 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo()
176 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
201 ->GetBreakpoint() in GetDescription()
357 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
388 location_owners.push_back(loc->GetBreakpoint().shared_from_this()); in PerformAction()
400 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
416 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
422 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
427 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
517 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
519 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()