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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
