|
LLDB mainline
|
#include "lldb/Target/ThreadPlanStepOut.h"#include "lldb/Breakpoint/Breakpoint.h"#include "lldb/Core/Value.h"#include "lldb/Symbol/Block.h"#include "lldb/Symbol/Function.h"#include "lldb/Symbol/Symbol.h"#include "lldb/Symbol/Type.h"#include "lldb/Target/ABI.h"#include "lldb/Target/Process.h"#include "lldb/Target/RegisterContext.h"#include "lldb/Target/StopInfo.h"#include "lldb/Target/Target.h"#include "lldb/Target/ThreadPlanStepOverRange.h"#include "lldb/Target/ThreadPlanStepThrough.h"#include "lldb/Utility/LLDBLog.h"#include "lldb/Utility/Log.h"#include "lldb/ValueObject/ValueObjectConstResult.h"#include <memory>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. | |
|
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().