[Lldb-commits] [lldb] [LLDB] Improve error handling in TypeSystemClang::GetChildCompilerTypeAtIndex (PR #170932)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 9 04:09:21 PST 2025


================
@@ -42,5 +42,5 @@ def test_dereference(self):
         self.expect(
             "frame var '&*p_void'",
             error=True,
-            substrs=["dereference failed: (void *) p_void"],
+            substrs=["dereference failed: cannot dereference void *: (void *) p_void"],
----------------
Michael137 wrote:

Nice

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


More information about the lldb-commits mailing list