Do not call reinitialize_more_filter from avr_io_reg_read_command
authorTom Tromey <tom@tromey.com>
Fri, 31 Dec 2021 20:28:26 +0000 (13:28 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 31 Dec 2021 20:29:46 +0000 (13:29 -0700)
commite0037ba9121ca6cd45bc84205328a50fed23a432
tree0ab93abb9c495dd92cb6a726f50af1d8e12252c9
parenta321de3f5c526617705f96d25cd1f9b0cbe7dbda
Do not call reinitialize_more_filter from avr_io_reg_read_command

avr_io_reg_read_command is an ordinary gdb command, and so should not
be calling reinitialize_more_filter.  This patch removes it.  I'm
checking this in as obvious.  Tested by rebuilding.
gdb/avr-tdep.c