]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbtypes.c
Approved by Jim Blandy:
authorFred Fish <fnf@specifix.com>
Wed, 12 Dec 2001 02:07:12 +0000 (02:07 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 12 Dec 2001 02:07:12 +0000 (02:07 +0000)
commite9e79dd9fc61097942b74f385503cda31ca39127
treed6e4f46d9493a2afe61157f5b984effb91708f1b
parent76f53e40278c4950256d7f2b2ce3f160ebf211c8
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.
gdb/ChangeLog
gdb/gdbtypes.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp