diff options
author | Fred Fish <fnf@specifix.com> | 2001-12-12 02:07:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2001-12-12 02:07:12 +0000 |
commit | e9e79dd9fc61097942b74f385503cda31ca39127 (patch) | |
tree | d6e4f46d9493a2afe61157f5b984effb91708f1b /gdb/ChangeLog | |
parent | 76f53e40278c4950256d7f2b2ce3f160ebf211c8 (diff) | |
download | gdb-e9e79dd9fc61097942b74f385503cda31ca39127.zip gdb-e9e79dd9fc61097942b74f385503cda31ca39127.tar.gz gdb-e9e79dd9fc61097942b74f385503cda31ca39127.tar.bz2 |
Approved by Jim Blandy:
2001-12-11 Fred Fish <fnf@redhat.com>
* gdbtypes.c (print_bound_type): New function.
(recursive_dump_type): Print type struct code values
TYPE_CODE_BITSTRING, TYPE_CODE_COMPLEX, TYPE_CODE_TEMPLATE,
and TYPE_CODE_TEMPLATE_ARG.
(recursive_dump_type): Print type struct members
upper_bound_type, lower_bound_type, cv_type, and as_type.
Also always print the tagname member, even when it is NULL.
* testsuite/gdb.base/maint.exp: Update to match changes in
type dumping code.
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 3568f10..ee86924 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2001-12-11 Fred Fish <fnf@redhat.com> + + * gdbtypes.c (print_bound_type): New function. + (recursive_dump_type): Print type struct code values + TYPE_CODE_BITSTRING, TYPE_CODE_COMPLEX, TYPE_CODE_TEMPLATE, + and TYPE_CODE_TEMPLATE_ARG. + (recursive_dump_type): Print type struct members + upper_bound_type, lower_bound_type, cv_type, and as_type. + Also always print the tagname member, even when it is NULL. + 2001-12-11 Michael Snyder <msnyder@redhat.com> * d10v-tdep.c (d10v_register_virtual_size): Delete. |