[llvm-branch-commits] [llvm] [Dexter] Add rewriting for aggregate variables (PR #202800)
Jeremy Morse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 22 06:07:41 PDT 2026
================
@@ -510,6 +510,7 @@ def _evaluate_result_value(
"couldn't read from memory",
"Cannot access memory at address",
"invalid address (fault address:",
+ "error: parent is NULL",
----------------
jmorse wrote:
We're confident this is a "normal" failure mode when evaluating variable locations, and not a mis-use of lldb by ourselves?
https://github.com/llvm/llvm-project/pull/202800
More information about the llvm-branch-commits
mailing list