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 b34084121a sim: switch common srcdir to abs_srcdir adds 02ddf7223d Automatic date update in version.in adds d394a6efed sim: callback: add a kill interface adds e91488f739 sim: cris: override getpid callback adds 2f631626f1 sim: syscall: handle killing the sim itself adds 1daf786ba3 gas: update csect alignment for PPC prefixed instructions on XCOFF adds 657dcee4cf [gdb/testsuite] Fix duplicate in gdb.base/argv0-symlink.exp adds 013270a16a [gdb/testsuite] Fix duplicate in gdb.base/info-macros.exp adds 22c6cfe9c8 Automatic date update in version.in adds bdedb2d21b sim: callback: extend syscall interface to handle 7 args adds a7cde6df40 sim: cris: fix a few missing prototype warnings adds 134df96436 Update the core file architecture if a target description is [...] adds 8a3df5acae Add non-wrapping mode to ada_decode adds 67470e9d8b Decode Ada types in Python layer adds 50a6759f0f Use gdb::function_view in addrmap_foreach adds 202054aea6 Add ISA 3.1 check to powerpc-plxv-norel.exp adds 81b327aadd gdb/guile: improve the errors when creating breakpoints adds 08080f9744 gdb/guile: allow for catchpoint type breakpoints in guile adds 6b95f5ad96 gdb/python: allow for catchpoint type breakpoints in python adds bf1dcdb391 Consolidate CU language setting adds 3e9f1ca148 Remove dwarf2_cu::language adds 3da4c6449b Change how .debug_aranges padding is skipped adds 79bd4d34f0 gdb: fix regression in evaluate_funcall for non C++ like cases adds 13221aec0d gdb: replace NULL terminated array with array_view adds 158cc4feb7 gdb: use gdb::optional instead of passing a pointer to gdb:: [...] adds d038ce48f1 gdb: fix invalid arg coercion when calling static member functions adds fc4d5ebf8f gdb: add new function quick_symbol_functions::has_unexpanded [...] adds 4a0788e08c gdb: make struct output_source_filename_data more C++ like adds 0e350a054b gdb/mi: add regexp filtering to -file-list-exec-source-files adds 1fb1ce02fc gdb/mi: add new --group-by-objfile flag for -file-list-exec- [...] adds bd742128ba gdb: change info sources to group results by objfile
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/config/tc-ppc.c | 5 + gdb/ChangeLog | 259 ++++++++++++++++ gdb/NEWS | 35 +++ gdb/ada-lang.c | 16 +- gdb/ada-lang.h | 7 +- gdb/addrmap.c | 34 +-- gdb/addrmap.h | 18 +- gdb/corelow.c | 15 + gdb/doc/ChangeLog | 25 ++ gdb/doc/gdb.texinfo | 176 +++++++++-- gdb/doc/guile.texi | 4 + gdb/doc/python.texi | 7 + gdb/dwarf2/cu.c | 2 +- gdb/dwarf2/cu.h | 1 - gdb/dwarf2/index-write.c | 41 ++- gdb/dwarf2/read.c | 402 +++++++++++++------------ gdb/eval.c | 14 +- gdb/f-lang.c | 2 +- gdb/guile/scm-breakpoint.c | 19 +- gdb/guile/scm-value.c | 2 +- gdb/infcall.c | 4 +- gdb/m2-lang.c | 4 +- gdb/mi/mi-cmd-file.c | 92 +++--- gdb/objfiles.h | 6 + gdb/opencl-lang.c | 2 +- gdb/psympriv.h | 2 + gdb/psymtab.c | 83 ++--- gdb/python/py-breakpoint.c | 6 +- gdb/python/py-type.c | 9 + gdb/python/py-value.c | 2 +- gdb/quick-symbol.h | 6 + gdb/rust-lang.c | 18 +- gdb/symfile-debug.c | 25 ++ gdb/symtab.c | 364 ++++++++++++++-------- gdb/symtab.h | 59 ++++ gdb/testsuite/ChangeLog | 82 +++++ gdb/testsuite/gdb.ada/py_range.exp | 5 + gdb/testsuite/gdb.arch/powerpc-plxv-nonrel.exp | 4 +- gdb/testsuite/gdb.base/argv0-symlink.exp | 119 ++++---- gdb/testsuite/gdb.base/info-macros.exp | 6 +- gdb/testsuite/gdb.base/info_sources_2-header.h | 28 ++ gdb/testsuite/gdb.base/info_sources_2-lib.c | 25 ++ gdb/testsuite/gdb.base/info_sources_2-test.c | 26 ++ gdb/testsuite/gdb.base/info_sources_2.exp | 169 +++++++++++ gdb/testsuite/gdb.cp/method-call-in-c.cc | 61 ++++ gdb/testsuite/gdb.cp/method-call-in-c.exp | 50 +++ gdb/testsuite/gdb.dwarf2/dw2-filename.exp | 2 +- gdb/testsuite/gdb.guile/scm-breakpoint.exp | 44 +++ gdb/testsuite/gdb.mi/mi-file.exp | 2 +- gdb/testsuite/gdb.mi/mi-info-sources-base.c | 23 ++ gdb/testsuite/gdb.mi/mi-info-sources.c | 25 ++ gdb/testsuite/gdb.mi/mi-info-sources.exp | 184 +++++++++++ gdb/testsuite/gdb.python/py-breakpoint.c | 14 + gdb/testsuite/gdb.python/py-breakpoint.exp | 60 ++++ gdb/testsuite/gdb.rust/dwindex.exp | 43 +++ gdb/testsuite/gdb.rust/dwindex.rs | 22 ++ gdb/testsuite/lib/gdb.exp | 61 +++- gdb/valarith.c | 2 +- gdb/valops.c | 57 ++-- gdb/value.h | 2 +- include/sim/ChangeLog | 9 + include/sim/callback.h | 3 +- sim/bfin/ChangeLog | 4 + sim/bfin/interp.c | 8 +- sim/common/ChangeLog | 10 + sim/common/callback.c | 11 + sim/common/sim-syscall.c | 16 +- sim/common/syscall.c | 18 ++ sim/cris/ChangeLog | 13 + sim/cris/cris-sim.h | 1 - sim/cris/traps.c | 42 +-- sim/m32r/ChangeLog | 4 + sim/m32r/traps-linux.c | 4 + 75 files changed, 2394 insertions(+), 638 deletions(-) create mode 100644 gdb/testsuite/gdb.base/info_sources_2-header.h create mode 100644 gdb/testsuite/gdb.base/info_sources_2-lib.c create mode 100644 gdb/testsuite/gdb.base/info_sources_2-test.c create mode 100644 gdb/testsuite/gdb.base/info_sources_2.exp create mode 100644 gdb/testsuite/gdb.cp/method-call-in-c.cc create mode 100644 gdb/testsuite/gdb.cp/method-call-in-c.exp create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources-base.c create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources.c create mode 100644 gdb/testsuite/gdb.mi/mi-info-sources.exp create mode 100644 gdb/testsuite/gdb.rust/dwindex.exp create mode 100644 gdb/testsuite/gdb.rust/dwindex.rs