This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 adds ac2d77c6a1 Automatic date update in version.in adds 0f8e203412 gdb: add context getter/setter to cmd_list_element adds d6ff04a343 gdb: add assert in cmd_list_element::set_context adds 4c0ba02a74 gdb: remove context parameter from add_setshow_enum_cmd adds 6a72dbb692 gdb/guile: use return values of add_setshow functions in add [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 293 ++++++++++++++++++ gdb/NEWS | 35 +++ gdb/ada-lang.c | 23 +- gdb/ada-lang.h | 7 +- gdb/addrmap.c | 34 +-- gdb/addrmap.h | 18 +- gdb/break-catch-sig.c | 3 +- gdb/break-catch-syscall.c | 3 +- gdb/break-catch-throw.c | 7 +- gdb/breakpoint.c | 11 +- gdb/cli/cli-decode.c | 22 +- gdb/cli/cli-decode.h | 16 +- gdb/cli/cli-dump.c | 6 +- gdb/cli/cli-style.c | 67 +++-- gdb/command.h | 8 +- 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-cmd.c | 6 +- gdb/guile/scm-param.c | 158 +++++----- 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-cmd.c | 6 +- gdb/python/py-param.c | 8 +- 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/target.c | 7 +- 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/tui/tui-layout.c | 5 +- gdb/valarith.c | 2 +- gdb/valops.c | 57 ++-- gdb/value.h | 2 +- include/sim/ChangeLog | 5 + include/sim/callback.h | 2 +- sim/bfin/ChangeLog | 4 + sim/bfin/interp.c | 8 +- sim/cris/ChangeLog | 8 + sim/cris/cris-sim.h | 1 - sim/cris/traps.c | 34 +-- sim/m32r/ChangeLog | 4 + sim/m32r/traps-linux.c | 4 + 84 files changed, 2510 insertions(+), 813 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