This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 849cba3b83 Remove periods from Python section titles new 2963898f38 (Ada) Fix -var-list-children MI command for union type new 736ade86ea (Ada) New function ada_is_access_to_unconstrained_array new b9c50e9a9a (Ada/MI) Fix -var-evaluate-expression for access to unconstr [...] new cc330e39bc (Ada) Fix printing of access to unconstrained arrays new d91e9ea81d (Ada) Cleanup code by using ada_is_access_to_unconstrained_a [...] new 1f5d1570c0 (Ada) Fix resolving of homonym components in tagged types
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 36 ++++++++++++ gdb/ada-lang.c | 53 +++++++++++++++--- gdb/ada-lang.h | 2 + gdb/ada-valprint.c | 2 +- gdb/ada-varobj.c | 15 +++-- gdb/testsuite/ChangeLog | 26 +++++++++ .../gdb.ada/access_to_unbounded_array.exp | 30 ++++++++++ .../foo.adb | 19 ++----- .../foo.adb => access_to_unbounded_array/pack.adb} | 22 +++----- .../foo.adb => access_to_unbounded_array/pack.ads} | 22 ++------ gdb/testsuite/gdb.ada/mi_string_access.exp | 64 ++++++++++++++++++++++ .../foo.adb => mi_string_access/bar.adb} | 23 +++----- .../{notcplusplus => mi_string_access}/pck.adb | 0 .../{notcplusplus => mi_string_access}/pck.ads | 0 gdb/testsuite/gdb.ada/mi_var_union.exp | 54 ++++++++++++++++++ .../foo.adb => mi_var_union/bar.adb} | 28 +++++----- .../gdb.ada/{notcplusplus => mi_var_union}/pck.adb | 0 .../gdb.ada/{notcplusplus => mi_var_union}/pck.ads | 0 gdb/testsuite/gdb.ada/same_component_name.exp | 10 ++++ gdb/testsuite/gdb.ada/same_component_name/foo.adb | 11 +++- gdb/testsuite/gdb.ada/same_component_name/pck.adb | 15 +++++ gdb/testsuite/gdb.ada/same_component_name/pck.ads | 25 +++++++++ 22 files changed, 363 insertions(+), 94 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/access_to_unbounded_array.exp copy gdb/testsuite/gdb.ada/{same_component_name => access_to_unbounded_array}/foo. [...] copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => access_to_unbounded_arr [...] copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => access_to_unbounded_arr [...] create mode 100644 gdb/testsuite/gdb.ada/mi_string_access.exp copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => mi_string_access/bar.ad [...] copy gdb/testsuite/gdb.ada/{notcplusplus => mi_string_access}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{notcplusplus => mi_string_access}/pck.ads (100%) create mode 100644 gdb/testsuite/gdb.ada/mi_var_union.exp copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => mi_var_union/bar.adb} (63%) copy gdb/testsuite/gdb.ada/{notcplusplus => mi_var_union}/pck.adb (100%) copy gdb/testsuite/gdb.ada/{notcplusplus => mi_var_union}/pck.ads (100%)