This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 7a5d944b9e Change arm-tdep.c to use type-safe registry adds f06f1252b0 Change Ada catchpoints to be bp_catchpoint adds 0d12e84cfc Don't include gdbarch.h from defs.h adds 2ee0a9b7bc Automatic date update in version.in adds f2478a7e8b breakpoint: Make is_*point functions return bool adds 00db953196 Make value_must_coerce_to_target return a bool adds 72ee03ff58 Fix use-after-move bug in add_thread_object adds b777eb6de2 Remove init_cli_cmds new 021d8588f6 gdb: Allow quoting around string options in the gdb::option [...] new b16507e091 gdb: Make use of gdb::option framework for some info commands new 60cfcb20ce gdb: Add command completers for some info commands
The 3 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/version.h | 2 +- gdb/ChangeLog | 119 +++++++++++++++++++++++ gdb/NEWS | 4 +- gdb/aarch64-ravenscar-thread.c | 1 + gdb/aarch64-tdep.c | 1 + gdb/ada-lang.c | 20 ++-- gdb/ada-lang.h | 4 + gdb/alpha-bsd-tdep.h | 2 + gdb/alpha-linux-tdep.c | 1 + gdb/alpha-mdebug-tdep.c | 1 + gdb/arch-utils.h | 3 +- gdb/arm-tdep.h | 2 +- gdb/auto-load.c | 2 +- gdb/ax-general.c | 1 + gdb/breakpoint.c | 50 +++++----- gdb/breakpoint.h | 16 +-- gdb/btrace.c | 1 + gdb/buildsym-legacy.c | 1 + gdb/buildsym.h | 2 + gdb/c-lang.c | 1 + gdb/cli/cli-cmds.c | 11 +-- gdb/cli/cli-cmds.h | 3 +- gdb/cli/cli-decode.h | 1 + gdb/cli/cli-dump.c | 1 + gdb/cli/cli-option.c | 5 +- gdb/cli/cli-script.h | 2 + gdb/cli/cli-style.h | 1 + gdb/cli/cli-utils.c | 151 +++++++++++------------------ gdb/cli/cli-utils.h | 45 ++++++--- gdb/coff-pe-read.h | 1 + gdb/compile/compile-c-support.c | 1 + gdb/compile/compile-cplus.h | 1 + gdb/compile/compile-loc2c.c | 1 + gdb/corefile.c | 1 + gdb/cp-valprint.c | 1 + gdb/cris-linux-tdep.c | 1 + gdb/ctf.c | 1 + gdb/d-lang.c | 1 + gdb/d-namespace.c | 1 + gdb/dcache.c | 1 + gdb/defs.h | 3 - gdb/dicos-tdep.c | 1 + gdb/dictionary.c | 1 + gdb/disasm-selftests.c | 1 + gdb/dummy-frame.c | 1 + gdb/dummy-frame.h | 1 + gdb/dwarf2-frame-tailcall.c | 1 + gdb/dwarf2expr.c | 1 + gdb/expression.h | 2 + gdb/f-lang.c | 1 + gdb/frame-base.c | 1 + gdb/frame-unwind.c | 1 + gdb/frv-linux-tdep.c | 1 + gdb/gdbarch-selftests.c | 1 + gdb/gdbsupport/common-utils.c | 59 +++++++++++ gdb/gdbsupport/common-utils.h | 10 ++ gdb/gdbtypes.h | 1 - gdb/go-lang.c | 1 + gdb/hppa-nbsd-tdep.c | 1 + gdb/hppa-obsd-tdep.c | 1 + gdb/i386-dicos-tdep.c | 1 + gdb/i386-tdep.h | 1 + gdb/ia64-vms-tdep.c | 1 + gdb/inf-ptrace.c | 1 + gdb/interps.h | 1 + gdb/language.c | 1 + gdb/linux-record.c | 1 + gdb/location.h | 2 + gdb/m2-lang.c | 1 + gdb/m32r-linux-tdep.c | 1 + gdb/main.c | 6 +- gdb/mem-break.c | 2 + gdb/memattr.c | 1 + gdb/mn10300-linux-tdep.c | 1 + gdb/nios2-linux-tdep.c | 1 + gdb/objfiles.h | 1 + gdb/opencl-lang.c | 1 + gdb/or1k-linux-tdep.c | 1 + gdb/p-lang.c | 1 + gdb/parser-defs.h | 1 + gdb/ppc-tdep.h | 2 + gdb/probe.h | 2 + gdb/procfs.c | 2 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-record-btrace.c | 1 + gdb/record-btrace.c | 1 + gdb/record.h | 1 + gdb/regcache-dump.c | 1 + gdb/regcache.h | 2 + gdb/riscv-fbsd-tdep.c | 1 + gdb/riscv-linux-tdep.c | 1 + gdb/rust-exp.y | 1 + gdb/s390-linux-nat.c | 1 + gdb/sh-linux-tdep.c | 1 + gdb/sh-nbsd-tdep.c | 1 + gdb/source-cache.c | 1 + gdb/sparc-nbsd-tdep.c | 1 + gdb/sparc-obsd-tdep.c | 1 + gdb/sparc-ravenscar-thread.c | 1 + gdb/sparc64-fbsd-tdep.c | 1 + gdb/stack.c | 48 +++------ gdb/std-regs.c | 2 + gdb/symtab.c | 63 ++++++------ gdb/target-descriptions.h | 1 + gdb/target-float.c | 2 +- gdb/testsuite/ChangeLog | 17 ++++ gdb/testsuite/gdb.ada/catch_assert_if.exp | 2 +- gdb/testsuite/gdb.ada/catch_ex.exp | 8 +- gdb/testsuite/gdb.ada/mi_catch_assert.exp | 2 +- gdb/testsuite/gdb.ada/mi_catch_ex.exp | 8 +- gdb/testsuite/gdb.ada/mi_catch_ex_hand.exp | 4 +- gdb/testsuite/gdb.ada/mi_ex_cond.exp | 2 +- gdb/testsuite/gdb.base/options.exp | 56 +++++++---- gdb/tic6x-linux-tdep.c | 1 + gdb/tilegx-linux-tdep.c | 1 + gdb/top.c | 6 +- gdb/top.h | 1 - gdb/tracefile.c | 1 + gdb/trad-frame.c | 1 + gdb/type-stack.h | 1 + gdb/ui-style.c | 1 + gdb/utils.c | 1 + gdb/utils.h | 3 + gdb/valarith.c | 1 + gdb/valops.c | 11 +-- gdb/valprint.c | 1 + gdb/value.h | 5 +- gdb/varobj.c | 1 + gdb/x86-tdep.c | 1 + gdb/xml-support.h | 1 + gdb/xtensa-linux-tdep.c | 1 + 131 files changed, 572 insertions(+), 289 deletions(-)