This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 4414150d33 gdbserver: Fixup previous patch adds d37e084783 Watchpoint followed by catchpoint misreports watchpoint (PR [...] adds 39f53acb41 gdb: Add soname to build-id mapping for core files adds b91f93a02c PR gdb/27570: missing support for debuginfod in core_target: [...] adds fcb335b0a2 gdb: Add missing #include in solib.h
No new revisions were added by this update.
Summary of changes: gdb/breakpoint.c | 15 +++ gdb/breakpoint.h | 25 ++++- gdb/corelow.c | 39 +++++++ gdb/debuginfod-support.c | 51 +++++++++ gdb/debuginfod-support.h | 17 +++ gdb/gcore.in | 2 +- gdb/infrun.c | 24 ++--- gdb/linux-tdep.c | 24 ++++- gdb/solib.c | 119 +++++++++++++++++++++ gdb/solib.h | 23 +++- .../watch-before-fork.c} | 7 +- gdb/testsuite/gdb.base/watch-before-fork.exp | 99 +++++++++++++++++ .../gdb.debuginfod/fetch_src_and_symbols.exp | 22 ++++ 13 files changed, 447 insertions(+), 20 deletions(-) copy gdb/testsuite/{gdb.opt/break-on-_exit.c => gdb.base/watch-before-fork.c} (90%) create mode 100644 gdb/testsuite/gdb.base/watch-before-fork.exp