Don't throw an error in 'info registers' for unavailable MIPS registers.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 19 Jun 2017 21:30:24 +0000 (14:30 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 19 Jun 2017 21:40:22 +0000 (14:40 -0700)
commit325c9fd4aa054118b80c621262f10fc6ffe98e25
tree86ec5e22c5ed088c31e6c249498f89670cdf244d
parent66953522c9061874047d2e9832c206af783c971c
Don't throw an error in 'info registers' for unavailable MIPS registers.

'info registers' for MIPS throws an error and when it first encounters
an unavailable register.  This does not match other architectures
which annotate unavailable registers and continue to print out the
values of subsequent registers.  Replace the error by displaying an
aligned "<unavailable>".  This string is truncated to "<unavl>" when
displaying a 32-bit register.

gdb/ChangeLog:

* mips-tdep.c (print_gp_register_row): Don't error for unavailable
registers.
gdb/ChangeLog
gdb/mips-tdep.c
This page took 0.025546 seconds and 4 git commands to generate.