aboutsummaryrefslogtreecommitdiff
path: root/ld/po
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@embecosm.com>2022-01-19 21:55:10 +0000
committerMaciej W. Rozycki <macro@embecosm.com>2022-01-19 21:55:10 +0000
commit5d4c63a635546c77bfa7ebabf944cb1d93f5c6fe (patch)
tree24578c89a2818792cb8ded824abc1118d26edfc7 /ld/po
parent6b4338c868e96a549af44fdf17141f4eac77e225 (diff)
downloadbinutils-5d4c63a635546c77bfa7ebabf944cb1d93f5c6fe.zip
binutils-5d4c63a635546c77bfa7ebabf944cb1d93f5c6fe.tar.gz
binutils-5d4c63a635546c77bfa7ebabf944cb1d93f5c6fe.tar.bz2
Respect `set print array-indexes' with Fortran arrays
Add `set print array-indexes' handling for Fortran arrays. Currently the setting is ignored and indices are never shown. Keep track of the most recent index handled so that any outstanding repeated elements printed when the limit set by `set print elements' is hit have the correct index shown. Output now looks like: (gdb) set print array-indexes on (gdb) print array_1d $1 = ((-2) = 1, (-1) = 1, (0) = 1, (1) = 1, (2) = 1) (gdb) set print repeats 4 (gdb) set print elements 12 (gdb) print array_2d $2 = ((-2) = ((-2) = 2, <repeats 5 times>) (-1) = ((-2) = 2, <repeats 5 times>) (0) = ((-2) = 2, (-1) = 2, ...) ...) (gdb) for a 5-element vector and a 5 by 5 array filled with the value of 2.
Diffstat (limited to 'ld/po')
0 files changed, 0 insertions, 0 deletions