Searched refs:return_bp (Results 1 – 3 of 3) sorted by relevance
51 Breakpoint *return_bp = in ThreadPlanStepUntil() local 54 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() local 282 if (return_bp != nullptr) in DoWillResume() 283 return_bp in DoWillResume() 301 Breakpoint *return_bp = target.GetBreakpointByID(m_return_bp_id).get(); WillStop() local [all...]
181 Breakpoint *return_bp = in SetupReturnAddress() local184 if (return_bp != nullptr) { in SetupReturnAddress()185 if (return_bp->IsHardware() && !return_bp->HasResolvedLocations()) in SetupReturnAddress()187 return_bp->SetThreadID(m_tid); in SetupReturnAddress()188 m_return_bp_id = return_bp->GetID(); in SetupReturnAddress()189 return_bp->SetBreakpointKind("step-out"); in SetupReturnAddress()444 Breakpoint *return_bp = GetTarget().GetBreakpointByID(m_return_bp_id).get(); in DoWillResume() local445 if (return_bp != nullptr) in DoWillResume()446 return_bp->SetEnabled(true); in DoWillResume()453 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()