diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2021-01-02 17:35:25 +0100 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2021-01-02 19:47:53 +0100 |
commit | b66b4e658f4d44cbbd654452c019fbbe85a098c9 (patch) | |
tree | 5e5a16ba7b6a8e8c015728697eafd56fb09cb979 /gdb/ChangeLog | |
parent | 4258df85f13dbaf9a1cb5b523bf2b9d390b25e69 (diff) | |
download | gdb-b66b4e658f4d44cbbd654452c019fbbe85a098c9.zip gdb-b66b4e658f4d44cbbd654452c019fbbe85a098c9.tar.gz gdb-b66b4e658f4d44cbbd654452c019fbbe85a098c9.tar.bz2 |
Fix pretty printer of main_type.flds_bnds.bounds
In struct dynamic_prop the members kind and data were renamed to m_kind and
m_data.
And flag_upper_bound_is_count is actually in bounds directly, not in its
high member.
gdb/ChangeLog:
2021-01-02 Hannes Domani <ssbssa@yahoo.de>
* gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fb8c3c9..6fce234 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2021-01-02 Hannes Domani <ssbssa@yahoo.de> + + * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer. + 2021-01-01 Joel Brobecker <brobecker@adacore.com> * gdbarch.sh: Update copyright year range. |