[all-commits] [llvm/llvm-project] 105ba0: [Dexter] Add rewriting for aggregate variables
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Tue Jun 9 09:50:26 PDT 2026
Branch: refs/heads/users/SLTozer/dexter-10-unknown-aggregates
Home: https://github.com/llvm/llvm-project
Commit: 105ba05850c323f28cf16ee7533adb4c1e0b6be3
https://github.com/llvm/llvm-project/commit/105ba05850c323f28cf16ee7533adb4c1e0b6be3
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
M cross-project-tests/debuginfo-tests/dexter/dex/evaluation/ExpectWriter.py
A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/rewriting/Inputs/rewrite_aggregates_expected.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/rewriting/Inputs/rewrite_list_aggregates_expected.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/rewriting/rewrite_aggregates.cpp
A cross-project-tests/debuginfo-tests/dexter/feature_tests/scripts/rewriting/rewrite_list_aggregates.cpp
Log Message:
-----------
[Dexter] Add rewriting for aggregate variables
Following on from the previous patch, this patch allows Dexter to write
disaggregated expected values for aggregate variables. Dexter eagerly tries
to disaggregate whenever subvalues are available, but will fallback to the
root/parent value if all available subvalues are unavailable.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list