Fix pretty printer of main_type.flds_bnds.bounds
authorHannes Domani <ssbssa@yahoo.de>
Sat, 2 Jan 2021 16:35:25 +0000 (17:35 +0100)
committerHannes Domani <ssbssa@yahoo.de>
Sat, 2 Jan 2021 18:47:53 +0000 (19:47 +0100)
commitb66b4e658f4d44cbbd654452c019fbbe85a098c9
tree5e5a16ba7b6a8e8c015728697eafd56fb09cb979
parent4258df85f13dbaf9a1cb5b523bf2b9d390b25e69
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.
gdb/ChangeLog
gdb/gdb-gdb.py.in