This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/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 adds 389eb00afc Automatic date update in version.in adds 6c924cf21c Install gprofng libraries under $(pkglibdir) adds 6c111a4ec2 Fix some stale header names from dwarf files adds 25209e2c69 gdb/python: add gdb.format_address function adds 86ed2a5eae Fix return code in _bfd_dwarf2_find_nearest_line(). adds de8fd80cf9 Remove two unused variables
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/dwarf2.c | 6 +- bfd/version.h | 2 +- gdb/NEWS | 8 + gdb/breakpoint.c | 15 ++ gdb/breakpoint.h | 25 ++- gdb/corelow.c | 39 +++++ gdb/csky-tdep.c | 1 - gdb/debuginfod-support.c | 51 ++++++ gdb/debuginfod-support.h | 17 ++ gdb/doc/python.texi | 54 +++++++ gdb/dwarf2/expr.h | 2 +- gdb/dwarf2/frame.c | 4 +- gdb/dwarf2/loc.c | 12 +- gdb/dwarf2/loc.h | 2 +- gdb/dwarf2/read.c | 2 +- gdb/gcore.in | 2 +- gdb/infrun.c | 24 +-- gdb/linux-tdep.c | 24 ++- gdb/python/py-arch.c | 13 +- gdb/python/py-progspace.c | 17 ++ gdb/python/python-internal.h | 16 ++ gdb/python/python.c | 108 +++++++++++++ gdb/solib.c | 119 ++++++++++++++ gdb/solib.h | 23 ++- gdb/sparc-tdep.c | 1 - .../watch-before-fork.c} | 7 +- gdb/testsuite/gdb.base/watch-before-fork.exp | 99 ++++++++++++ .../gdb.debuginfod/fetch_src_and_symbols.exp | 22 +++ .../{py-linetable.c => py-format-address.c} | 28 +--- gdb/testsuite/gdb.python/py-format-address.exp | 177 +++++++++++++++++++++ gprofng/Makefile.am | 4 +- gprofng/Makefile.in | 4 +- gprofng/configure | 7 +- gprofng/configure.ac | 1 - gprofng/doc/Makefile.in | 2 +- gprofng/gp-display-html/Makefile.in | 2 +- gprofng/libcollector/Makefile.am | 6 +- gprofng/libcollector/Makefile.in | 91 ++++++----- gprofng/src/Makefile.am | 6 +- gprofng/src/Makefile.in | 78 ++++----- gprofng/src/envsets.cc | 6 +- 42 files changed, 976 insertions(+), 156 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 copy gdb/testsuite/gdb.python/{py-linetable.c => py-format-address.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-format-address.exp