[Lldb-commits] [lldb] [lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (PR #135843)
Ilia Kuklin via lldb-commits
lldb-commits at lists.llvm.org
Mon May 5 08:39:11 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"],
----------------
kuilpd wrote:
I had a thought that a message might be different since it comes from `TypeSystem`, but now I realize it's C++ test and we know exactly which type system.
https://github.com/llvm/llvm-project/pull/135843
More information about the lldb-commits
mailing list