[Lldb-commits] [lldb] [lldb] Use AST nodes as Subscript and BitField arguments in DIL (PR #169363)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 15 07:04:25 PST 2025
================
@@ -11,14 +11,6 @@
class TestFrameVarDILArraySubscript(TestBase):
NO_DEBUG_INFO_TESTCASE = True
- def expect_var_path(self, expr, compare_to_framevar=False, value=None, type=None):
----------------
Michael137 wrote:
Hmm i see
> If there's a new bug in DIL, the test would fail whether it is checked against old frame var or not
I guess there could be a case where DIL regresses in a way where it diverges from what `frame var` does/used to do. In those cases it would be good to test. But yea, at some point we have to stop using frame var as a reference point and just focus on DIL. I don't have a strong opinion on whether that's now, or in some future release
https://github.com/llvm/llvm-project/pull/169363
More information about the lldb-commits
mailing list