LLDB mainline
ThreadPlanStepOut.cpp File Reference

Go to the source code of this file.

Functions

static StackFrameSP ComputeTargetFrame (Thread &thread, uint32_t start_frame_idx, std::vector< StackFrameSP > &skipped_frames)
 Computes the target frame this plan should step out to.

Function Documentation

◆ ComputeTargetFrame()

StackFrameSP ComputeTargetFrame ( Thread & thread,
uint32_t start_frame_idx,
std::vector< StackFrameSP > & skipped_frames )
static

Computes the target frame this plan should step out to.

Definition at line 36 of file ThreadPlanStepOut.cpp.

References lldb_private::GetLog(), LLDB_LOG, and lldb_private::Step.

Referenced by lldb_private::ThreadPlanStepOut::ThreadPlanStepOut().