[lldb] [llvm] [LLDB] Switch to using DIL as default implementation for 'frame var'. (PR #147887)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 08:26:55 PDT 2025


cmtice 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.

Done.

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


More information about the llvm-commits mailing list