[llvm-branch-commits] [lldb] [lldb] Create ThreadPlanStepOut ctor that never skips frames (PR #136163)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 17 10:37:38 PDT 2025
================
@@ -17,12 +17,21 @@ namespace lldb_private {
class ThreadPlanStepOut : public ThreadPlan, public ThreadPlanShouldStopHere {
public:
+ /// Creates a thread plan to step out from frame_idx, skipping parent frames
+ /// that artificial and hidden frames. Also skips frames without debug info
----------------
jimingham wrote:
Or maybe "if they are artificial or hidden frames".
https://github.com/llvm/llvm-project/pull/136163
More information about the llvm-branch-commits
mailing list