diff options
author | Tom Tromey <tromey@adacore.com> | 2025-08-12 07:13:26 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2025-08-12 07:18:42 -0600 |
commit | 2bbe3bb5d938a83c871cdc995b5f8a9ff5bec100 (patch) | |
tree | b3a8d47e2a02e0d4fa7896ac774f7756c596c02c /gdb/testsuite/gdb.python | |
parent | bbb7a2e2c579beda6fd4e81692b2fe90715ba884 (diff) | |
download | binutils-2bbe3bb5d938a83c871cdc995b5f8a9ff5bec100.zip binutils-2bbe3bb5d938a83c871cdc995b5f8a9ff5bec100.tar.gz binutils-2bbe3bb5d938a83c871cdc995b5f8a9ff5bec100.tar.bz2 |
Avoid scopes.exp failure on certain architectures
A buildbot pointed out that my changes to gdb.dap/scopes.exp caused a
test failure. The new code iterates over all the registers, fetching
their children (when possible). The failure comes because this code
failed to consider that a register might have "indexed" children,
which I believe can occur when a register is vector-like.
This patch fixes the problem by arranging to fetch indexed children
when indicated.
Diffstat (limited to 'gdb/testsuite/gdb.python')
0 files changed, 0 insertions, 0 deletions