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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 06db6ec3d9 [gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnow adds 5868da034f [gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow adds 297e9a75f2 [gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp adds b448cca522 [gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow adds e9bb6a60bf Automatic date update in version.in new 706baf4c50 [gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp with -readnow new fdd67a422f [gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with -readnow new 445a033f48 [gdb/testsuite] Fix typo in gdb.cp/nsalias.exp new 364bb90300 [gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnow
The 4 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/ChangeLog | 6 + bfd/elf64-hppa.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 27 + binutils/dwarf.c | 585 ++++++++++++++++----- gdb/ChangeLog | 69 +++ 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/guile/scm-breakpoint.c | 2 +- gdb/linespec.c | 18 +- gdb/m32c-tdep.c | 8 - gdb/python/py-breakpoint.c | 2 +- gdb/symtab.c | 86 +-- gdb/testsuite/ChangeLog | 66 +++ ...{condbreak-bad.c => condbreak-multi-context.cc} | 34 +- gdb/testsuite/gdb.base/condbreak-multi-context.exp | 255 +++++++++ gdb/testsuite/gdb.base/condbreak.exp | 8 + ...urced-script.gdb => list-ambiguous-readnow.exp} | 14 +- gdb/testsuite/gdb.base/maint.exp | 25 +- gdb/testsuite/gdb.base/multi-forks.exp | 58 +- gdb/testsuite/gdb.cp/nsalias.exp | 20 +- gdb/testsuite/gdb.cp/psymtab-parameter.exp | 7 +- gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 2 +- gdb/testsuite/gdb.dwarf2/dw2-stack-boundary.exp | 26 +- 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 | 14 +- gdb/xtensa-tdep.c | 9 - 36 files changed, 1509 insertions(+), 321 deletions(-) copy gdb/testsuite/gdb.base/{condbreak-bad.c => condbreak-multi-context.cc} (74%) create mode 100644 gdb/testsuite/gdb.base/condbreak-multi-context.exp copy gdb/testsuite/gdb.base/{bp-cmds-sourced-script.gdb => list-ambiguous-readnow. [...]