felipepiovezan wrote: > The `frame_idx` parameter is the frame you step out to.
I don't think this is quite true, that parameter indicates where we step out _from_. I know this distinction may look unimportant at first, but it is exactly that distinction that gives the constructor space to skip artificial/hidden frames. The frame we step out _to_ is initially computed as `frame_idx+1`, and that keeps getting incremented while the frame is artificial/hidden. https://github.com/llvm/llvm-project/pull/135866 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits