[Lldb-commits] [lldb] [lldb] add a marker before skipped frames (PR #167550)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 15 16:06:10 PST 2026


jimingham wrote:

> > Should we name these frames "hidden" or "skipped" to stay consistent? I think "hidden" fits better.
> 
> Agreed, I think "hidden" is more accurate/descriptive.

When a frame recognizer says to suppress a frame it does so through the `should_hide` method.  For that reason as well, we should use hide/hidden consistently.

https://github.com/llvm/llvm-project/pull/167550


More information about the lldb-commits mailing list