commit | 5ffb4736f079c3dbc01be4b6cb961a60094ee18f | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Sep 21 10:49:57 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Nov 21 14:52:04 2023 -0700 |
tree | 7d719a0499e3f19a6f0312c584873de779c1b1e8 | |
parent | e626733c050b011c9c9ea950219e04a104c5e96c [diff] |
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>