[Lldb-commits] [lldb] [lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (PR #135843)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon May 5 06:08:26 PDT 2025
================
@@ -88,7 +88,7 @@ def cleanup():
self.expect(
"frame variable *number_not_engaged",
error=True,
- substrs=["not a pointer or reference type"],
+ substrs=["dereference failed: not a"],
----------------
labath wrote:
What's the full error message here? Would be nice to check that it's reasonable.
https://github.com/llvm/llvm-project/pull/135843
More information about the lldb-commits
mailing list