[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 06:14:50 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:

Why is it not used anymore? Isn't it useful to confirm compatibility between `frame var` and DIL?

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


More information about the lldb-commits mailing list