[Lldb-commits] [lldb] [LLDB] Add bit extraction to DIL (PR #141422)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 12 08:15:39 PDT 2025


================
@@ -62,7 +62,7 @@ def test_subscript(self):
         self.expect(
             "frame var 'int_arr[-1]'",
             error=True,
-            substrs=["unrecognized token"],
+            substrs=["failed to parse integer constant"],
----------------
kuilpd wrote:

Should I make a separate PR to fix this?

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


More information about the lldb-commits mailing list