@@ -79,8 +79,8 @@ ThreadPlanStepOut::ThreadPlanStepOut(
79
79
ComputeTargetFrame (thread, frame_idx, m_stepped_past_frames);
80
80
StackFrameSP immediate_return_from_sp (thread.GetStackFrameAtIndex (frame_idx));
81
81
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);
84
84
}
85
85
86
86
void ThreadPlanStepOut::SetupReturnAddress (
@@ -101,8 +101,8 @@ void ThreadPlanStepOut::SetupReturnAddress(
101
101
// First queue a plan that gets us to this inlined frame, and when we get
102
102
// there we'll queue a second plan that walks us out of this frame.
103
103
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);
106
106
static_cast <ThreadPlanStepOut *>(m_step_out_to_inline_plan_sp.get ())
107
107
->SetShouldStopHereCallbacks (nullptr , nullptr );
108
108
m_step_out_to_inline_plan_sp->SetPrivate (true );
0 commit comments