[lldb] [llvm] [LLDB] Switch to using DIL as default implementation for 'frame var'. (PR #147887)
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 02:10:48 PDT 2025
labath wrote:
I gave this patch a spin on a mac. The only failure I got was in test/Shell/SymbolFile/DWARF/TestDedupWarnings.test, which fails it does not generate both of the warnings, and that's because the "p" (aka dwim-print) now resolves to "frame var" instead of expr". Changing the test to use "expr a/b" instead should fix it.
https://github.com/llvm/llvm-project/pull/147887
More information about the llvm-commits
mailing list