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_build/master-arm in repository toolchain/ci/gdb.
from 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 new 86ed2a5eae Fix return code in _bfd_dwarf2_find_nearest_line(). new de8fd80cf9 Remove two unused variables
The 2 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 | 5 + bfd/dwarf2.c | 6 +- bfd/version.h | 2 +- gdb/NEWS | 8 + 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/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 - .../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 +- 37 files changed, 823 insertions(+), 139 deletions(-) copy gdb/testsuite/gdb.python/{py-linetable.c => py-format-address.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-format-address.exp