[Lldb-commits] [lldb] [lldb] add a marker before skipped frames (PR #167550)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 15 04:35:55 PST 2025
charles-zablit wrote:
> I think the only thing missing now is a test.
I added a test.
I had to add a new decorator for it, because we strip the `LANG` env variable from the environment when testing. I don't think I can re-add the env variable for all the tests because it will probably cause some new test failures.
https://github.com/llvm/llvm-project/pull/167550
More information about the lldb-commits
mailing list