]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbtypes.c
Print field accessibility inline
authorTom Tromey <tromey@adacore.com>
Thu, 21 Sep 2023 16:49:57 +0000 (10:49 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 21 Nov 2023 21:52:04 +0000 (14:52 -0700)
commit5ffb4736f079c3dbc01be4b6cb961a60094ee18f
tree7d719a0499e3f19a6f0312c584873de779c1b1e8
parente626733c050b011c9c9ea950219e04a104c5e96c
Print field accessibility inline

This changes recursive_dump_type to print field accessibility
information "inline".  This is clearer and preserves the information
when the byte vectors are removed.

Acked-By: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/gdbtypes.c