Lines Matching refs:GetBreakpoint
117 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo()
126 ->GetBreakpoint() in StoreBPInfo()
198 ->GetBreakpoint() in GetDescription()
400 loc->GetBreakpoint().shared_from_this()); in PerformAction()
412 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction()
433 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
438 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction()
515 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
545 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction()
551 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
553 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()