diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-12-18 18:15:06 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-12-24 16:45:39 +0000 |
commit | 5ba3b20ec23816e07ecc5ce58bc7585f371e2f8c (patch) | |
tree | 05ea7141301b237f5c5ddff4d673044edcc39cb4 /gdb/ChangeLog | |
parent | f8676776828c6c0c26da31de0de68c0f4162a8e9 (diff) | |
download | gdb-5ba3b20ec23816e07ecc5ce58bc7585f371e2f8c.zip gdb-5ba3b20ec23816e07ecc5ce58bc7585f371e2f8c.tar.gz gdb-5ba3b20ec23816e07ecc5ce58bc7585f371e2f8c.tar.bz2 |
gdb: include allocated/associated properties in 'maint print type'
Adds the allocated and associated dynamic properties into the output
of the 'maintenance print type' command.
gdb/ChangeLog:
* gdbtypes (recursive_dump_type): Include allocated and associated
properties.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ac4caf0..d4352a8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com> + + * gdbtypes (recursive_dump_type): Include allocated and associated + properties. + 2020-12-24 Lancelot SIX <lsix@lancelotsix.com> * gdbtypes.c (is_scalar_type_recursive): Prevent comparison |