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

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 15 14:15:25 PST 2026


charles-zablit wrote:

> Should we make this configurable? It's a bit tedious to plumb it through, but historically we've gone out of our way to provide settings for things like these. That way it's also easy to disable if folks don't like it.

I have added the `"mark-skipped-frames"` setting and a test.

Should we name these frames "hidden" or "skipped" to stay consistent? I think "hidden" fits better.

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


More information about the lldb-commits mailing list