This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 56b1e56d2c Rebase libiberty source with latest changes from gcc. adds 1b95cdb76c gdb: use gdb:hash_enum as hash function in offset_map_type adds 770479f223 gdb: Fix toplevel types with -fdebug-types-section adds a65189c980 Add missing ChangeLog entries adds 2b2fbab8ef Allow Python commands to be in class_tui adds a55e30b51b gdb: fix shellcheck warning in update-freebsd.sh adds 4498ef4f8b Add definitions of system calls to catch in native NetBSD targets adds 03549f57b6 Automatic date update in version.in adds ea90f2278c [gdb] Fix range loop index in find_method new d642b6920b Fix array pretty formatter new 6e4e3fe1b6 [gdb/testsuite] Add xfails for PR gcc/90232
The 2 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: bfd/version.h | 2 +- gdb/ChangeLog | 49 +++ gdb/NEWS | 3 + gdb/ada-valprint.c | 8 +- gdb/c-valprint.c | 4 - gdb/data-directory/Makefile.in | 2 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 + gdb/dwarf2/read.c | 5 +- gdb/linespec.c | 3 +- gdb/m2-valprint.c | 4 - gdb/p-valprint.c | 4 - gdb/python/py-cmd.c | 9 +- gdb/syscalls/netbsd.xml | 461 +++++++++++++++++++++ gdb/syscalls/update-freebsd.sh | 2 +- .../{update-freebsd.sh => update-netbsd.sh} | 30 +- gdb/testsuite/ChangeLog | 25 ++ gdb/testsuite/gdb.base/pretty-array.c | 24 ++ gdb/testsuite/gdb.base/pretty-array.exp | 65 +++ gdb/testsuite/gdb.cp/cpexprs-debug-types.exp | 20 + gdb/testsuite/gdb.cp/cpexprs.exp | 14 +- gdb/testsuite/gdb.dwarf2/dw4-toplevel-types.cc | 21 + gdb/testsuite/gdb.dwarf2/dw4-toplevel-types.exp | 36 ++ gdb/testsuite/gdb.guile/scm-symtab.exp | 19 +- gdb/testsuite/gdb.python/py-symtab.exp | 17 +- gdb/testsuite/lib/gdb.exp | 18 + gdb/valprint.c | 15 +- 27 files changed, 821 insertions(+), 50 deletions(-) create mode 100644 gdb/syscalls/netbsd.xml copy gdb/syscalls/{update-freebsd.sh => update-netbsd.sh} (71%) create mode 100644 gdb/testsuite/gdb.base/pretty-array.c create mode 100644 gdb/testsuite/gdb.base/pretty-array.exp create mode 100644 gdb/testsuite/gdb.cp/cpexprs-debug-types.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw4-toplevel-types.cc create mode 100644 gdb/testsuite/gdb.dwarf2/dw4-toplevel-types.exp