Searched refs:return_bp (Results 1 – 3 of 3) sorted by relevance
51 Breakpoint *return_bp = in ThreadPlanStepUntil() local54 if (return_bp != nullptr) { in ThreadPlanStepUntil()55 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepUntil()57 return_bp->SetThreadID(m_tid); in ThreadPlanStepUntil()58 m_return_bp_id = return_bp->GetID(); in ThreadPlanStepUntil()59 return_bp->SetBreakpointKind("until-return-backstop"); in ThreadPlanStepUntil()281 Breakpoint *return_bp = target.GetBreakpointByID(m_return_bp_id).get(); in DoWillResume() local282 if (return_bp != nullptr) in DoWillResume()283 return_bp->SetEnabled(true); in DoWillResume()301 Breakpoint *return_bp = target.GetBreakpointByID(m_return_bp_id).get(); in WillStop() local[all …]
141 Breakpoint *return_bp = in ThreadPlanStepOut() local144 if (return_bp != nullptr) { in ThreadPlanStepOut()145 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepOut()147 return_bp->SetThreadID(m_tid); in ThreadPlanStepOut()148 m_return_bp_id = return_bp->GetID(); in ThreadPlanStepOut()149 return_bp->SetBreakpointKind("step-out"); in ThreadPlanStepOut()401 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in DoWillResume() local402 if (return_bp != nullptr) in DoWillResume()403 return_bp->SetEnabled(true); in DoWillResume()410 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in WillStop() local[all …]
52 Breakpoint *return_bp = in ThreadPlanStepThrough() local57 if (return_bp != nullptr) { in ThreadPlanStepThrough()58 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in ThreadPlanStepThrough()60 return_bp->SetThreadID(m_tid); in ThreadPlanStepThrough()61 m_backstop_bkpt_id = return_bp->GetID(); in ThreadPlanStepThrough()62 return_bp->SetBreakpointKind("step-through-backstop"); in ThreadPlanStepThrough()