@@ -79,8 +79,8 @@ ThreadPlanStepOut::ThreadPlanStepOut(
7979 ComputeTargetFrame (thread, frame_idx, m_stepped_past_frames);
8080 StackFrameSP immediate_return_from_sp (thread.GetStackFrameAtIndex (frame_idx));
8181
82- SetupReturnAddress (return_frame_sp, immediate_return_from_sp,
83- frame_idx, continue_to_next_branch);
82+ SetupReturnAddress (return_frame_sp, immediate_return_from_sp, frame_idx,
83+ continue_to_next_branch);
8484}
8585
8686void ThreadPlanStepOut::SetupReturnAddress (
@@ -101,8 +101,8 @@ void ThreadPlanStepOut::SetupReturnAddress(
101101 // First queue a plan that gets us to this inlined frame, and when we get
102102 // there we'll queue a second plan that walks us out of this frame.
103103 m_step_out_to_inline_plan_sp = std::make_shared<ThreadPlanStepOut>(
104- GetThread (), nullptr , false , m_stop_others, eVoteNoOpinion, eVoteNoOpinion,
105- frame_idx - 1 , eLazyBoolNo, continue_to_next_branch);
104+ GetThread (), nullptr , false , m_stop_others, eVoteNoOpinion,
105+ eVoteNoOpinion, frame_idx - 1 , eLazyBoolNo, continue_to_next_branch);
106106 static_cast <ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get ())
107107 ->SetShouldStopHereCallbacks (nullptr , nullptr );
108108 m_step_out_to_inline_plan_sp->SetPrivate (true );
0 commit comments