This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross 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 [...]
No new revisions were added by this update.
Summary of changes: gdb/ChangeLog | 53 ++++ gdb/NEWS | 22 ++ gdb/ada-lang.c | 2 +- gdb/breakpoint.c | 282 +++++++++++++++++---- gdb/breakpoint.h | 12 +- gdb/doc/ChangeLog | 12 + gdb/doc/gdb.texinfo | 70 +++++ gdb/guile/scm-breakpoint.c | 2 +- gdb/linespec.c | 18 +- gdb/python/py-breakpoint.c | 2 +- gdb/symtab.c | 86 ++++--- gdb/testsuite/ChangeLog | 18 ++ ...{condbreak-bad.c => condbreak-multi-context.cc} | 34 ++- gdb/testsuite/gdb.base/condbreak-multi-context.exp | 255 +++++++++++++++++++ ...urced-script.gdb => list-ambiguous-readnow.exp} | 14 +- gdb/testsuite/gdb.linespec/cpcompletion.exp | 12 +- gdb/testsuite/gdb.linespec/explicit.exp | 1 + gdb/testsuite/lib/completion-support.exp | 2 +- 18 files changed, 783 insertions(+), 114 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. [...]