diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-07 01:55:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-07 01:55:16 +0000 |
commit | f9418c0f1999be27c83657a70e5136f735c66038 (patch) | |
tree | a1a3027e62cd117164389309bfeac4117c9b4fed /gdb/ChangeLog | |
parent | 1bd34ded16b7de96e58fde42802d0420963d8e57 (diff) | |
download | gdb-f9418c0f1999be27c83657a70e5136f735c66038.zip gdb-f9418c0f1999be27c83657a70e5136f735c66038.tar.gz gdb-f9418c0f1999be27c83657a70e5136f735c66038.tar.bz2 |
2002-11-06 Andrew Cagney <ac131313@redhat.com>
* infcmd.c: Include "reggroups.h" and <ctype.h>.
(print_float_info): Print registers in float_reggroup.
(print_vector_info): Print registers in vector_reggroup.
(default_print_registers_info): When all, print registers in
all_reggroup. Otherwize, print registers in general_reggroup.
(registers_info): Rewrite. Add support for register groups.
Eliminate a goto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fca2296..2869971 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2002-11-06 Andrew Cagney <ac131313@redhat.com> + + * infcmd.c: Include "reggroups.h" and <ctype.h>. + (print_float_info): Print registers in float_reggroup. + (print_vector_info): Print registers in vector_reggroup. + (default_print_registers_info): When all, print registers in + all_reggroup. Otherwize, print registers in general_reggroup. + (registers_info): Rewrite. Add support for register groups. + Eliminate a goto. + 2002-11-06 Elena Zannoni <ezannoni@redhat.com> * symtab.c (methods_info): Delete. It has been ifdeffed out for |