projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a321de3
)
Do not call reinitialize_more_filter from avr_io_reg_read_command
author
Tom Tromey
<tom@tromey.com>
Fri, 31 Dec 2021 20:28:26 +0000
(13:28 -0700)
committer
Tom Tromey
<tom@tromey.com>
Fri, 31 Dec 2021 20:29:46 +0000
(13:29 -0700)
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
patch
|
blob
|
history
diff --git
a/gdb/avr-tdep.c
b/gdb/avr-tdep.c
index a97c4450acb94774a3324aa140924a375b4b3012..5a3a5e0e7a5a13f1098d44f3190872f6630d98e8 100644
(file)
--- a/
gdb/avr-tdep.c
+++ b/
gdb/avr-tdep.c
@@
-1589,8
+1589,6
@@
avr_io_reg_read_command (const char *args, int from_tty)
return;
}
- reinitialize_more_filter ();
-
printf_unfiltered (_("Target has %u io registers:\n\n"), nreg);
/* only fetch up to 8 registers at a time to keep the buffer small */