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-aarch64-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from 55c3ad8801 [gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS adds d744f0f965 gdb::handle_eintr, remove need to specify return type adds 6390859caa Don't inherit range-type signed-ness from underlying type adds 1c47ec3ee8 [gdb/symtab] Read CU base address for enqueued CU adds b324727682 Fix some minor bugs in test suite command logging adds e7f8dd4a14 ld: Pass -fno-lto in ld-elfweak/elfweak.exp adds afeee87bdc Automatic date update in version.in adds b5fa468fef gdb/breakpoint: disable a bp location if condition is invali [...] adds 733d554a46 gdb/breakpoint: add flags to 'condition' and 'break' command [...] adds 61eb46a4fb [gdb/symtab] Use early continue in find_pc_sect_compunit_symtab adds bd24c5d65b [gdb/testsuite] Fix section matching in find_pc_sect_compuni [...] adds b1d4d8d128 gdb/breakpoint: use gdb::option for the '-force' flag adds 5eb9e3f517 gdb: remove unused includes in xtensa-tdep.c adds 7f40ce1a9e gdb: remove unused includes in m32c-tdep.c adds bcd213b2cf Fix the decoding of DW_FORM_ref_addr DWARF attribute. adds 27e5e547c7 Fix seg-fault when running the ld testsuite for the hppa64-l [...] adds 0bf21fbd79 Add skip_fortran_tests to two Fortran testcases adds 934a176407 Fix gdb.python/py-format-string.exp with Clang
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elf64-hppa.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 27 + binutils/dwarf.c | 585 ++++++++++++++++----- gdb/ChangeLog | 84 +++ gdb/NEWS | 22 + gdb/ada-lang.c | 2 +- gdb/breakpoint.c | 340 +++++++++--- gdb/breakpoint.h | 12 +- gdb/doc/ChangeLog | 12 + gdb/doc/gdb.texinfo | 70 +++ gdb/dwarf2/read.c | 2 + gdb/gdbtypes.c | 17 +- gdb/guile/scm-breakpoint.c | 2 +- gdb/linespec.c | 18 +- gdb/m32c-tdep.c | 8 - gdb/nat/linux-waitpid.c | 11 +- gdb/python/py-breakpoint.c | 2 +- gdb/symtab.c | 86 +-- gdb/testsuite/ChangeLog | 53 ++ gdb/testsuite/gdb.ada/unsigned_range.exp | 32 ++ gdb/testsuite/gdb.ada/unsigned_range/foo.adb | 39 ++ gdb/testsuite/gdb.ada/unsigned_range/pack.adb | 23 + gdb/testsuite/gdb.ada/unsigned_range/pack.ads | 19 + gdb/testsuite/gdb.base/condbreak-multi-context.cc | 54 ++ gdb/testsuite/gdb.base/condbreak-multi-context.exp | 255 +++++++++ gdb/testsuite/gdb.base/condbreak.exp | 8 + gdb/testsuite/gdb.base/list-ambiguous-readnow.exp | 22 + gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 112 ++++ gdb/testsuite/gdb.linespec/cpcompletion.exp | 12 +- gdb/testsuite/gdb.linespec/explicit.exp | 1 + gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 2 + gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 6 +- gdb/testsuite/gdb.python/py-format-string.exp | 4 +- gdb/testsuite/lib/completion-support.exp | 2 +- gdb/testsuite/lib/gdb.exp | 6 +- gdb/testsuite/lib/mi-support.exp | 6 + gdb/xtensa-tdep.c | 9 - gdbserver/ChangeLog | 6 + gdbserver/netbsd-low.cc | 10 +- gdbsupport/ChangeLog | 7 + gdbsupport/eintr.h | 26 +- ld/ChangeLog | 4 + ld/testsuite/ld-elfweak/elfweak.exp | 15 +- 45 files changed, 1736 insertions(+), 307 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/unsigned_range.exp create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/foo.adb create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/pack.adb create mode 100644 gdb/testsuite/gdb.ada/unsigned_range/pack.ads create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.cc create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.exp create mode 100644 gdb/testsuite/gdb.base/list-ambiguous-readnow.exp create mode 100644 gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp