[Lldb-commits] [lldb] [LLDB] Add bit extraction to DIL (PR #141422)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu May 29 00:56:38 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"],
----------------
labath wrote:
This is more of the previous PR, but I think this should actually work. Current "frame var" will happily access a pointer/array with negative indexes.
https://github.com/llvm/llvm-project/pull/141422
More information about the lldb-commits
mailing list