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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from a38118e5d1 Make "maint info breakpoints" show "catch catch/throw/rethro [...] adds eb6ad40f24 Automatic date update in version.in adds e2d0f9803e Make bpstat_what::is_longjmp a bool adds 9fb4c7e9f0 Regenerate aarch64-pauth.c adds 166a82be89 Arm: Minor style cleanups adds b863685d70 Restore original GDB prompt in define.exp adds 89abbcc26d Arm: Create feature files for Arm target descriptions adds 4c462cb0ef Make some bpstat functions use bool adds 5c458ae8f5 Update breakpoint_1's documentation adds 43dd762689 arm-dis.c (print_insn_coprocessor): Rename index to index_operand. adds 32372d80ca Specialize value_cast error message for Ada adds 05b08ac160 Reduce manual reference counting in py-inferior.c adds 18101a3525 Change remote-sim.c to use type-safe registry adds 51df2ae302 Change solib-darwin.c to use type-safe registry adds cb60f4208b Change jit.c to use type-safe registry adds 22a20dca3a Change dbxread.c to use type-safe registry adds 9d52077d65 Change spu-tdep.c to use type-safe registry adds c294730c54 Change solib-dsbt.c to use type-safe registry adds a269fbf12d Change solib-aix.c to use type-safe registry adds 48c66e1d07 Change solib-spu.c to use type-safe registry adds 7a5d944b9e Change arm-tdep.c to use type-safe registry new f06f1252b0 Change Ada catchpoints to be bp_catchpoint new 0d12e84cfc Don't include gdbarch.h from defs.h
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/version.h | 2 +- gdb/ChangeLog | 185 ++++++++++++++++++++++++++++ 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-linux-nat.c | 27 ++-- gdb/arm-tdep.c | 78 ++++-------- gdb/arm-tdep.h | 2 +- gdb/ax-general.c | 1 + gdb/breakpoint.c | 96 ++++++++------- gdb/breakpoint.h | 14 +-- gdb/btrace.c | 1 + gdb/buildsym-legacy.c | 1 + gdb/buildsym.h | 2 + gdb/c-lang.c | 1 + gdb/cli/cli-cmds.h | 1 + gdb/cli/cli-decode.h | 1 + gdb/cli/cli-dump.c | 1 + gdb/cli/cli-script.h | 2 + gdb/cli/cli-style.h | 1 + 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/dbxread.c | 32 ++--- 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/features/Makefile | 30 ++--- gdb/features/aarch64-pauth.c | 1 - gdb/features/arm/arm-core.c | 31 +++++ gdb/features/arm/arm-fpa.c | 23 ++++ gdb/features/arm/arm-m-profile-with-fpa.c | 39 ++++++ gdb/features/arm/arm-m-profile-with-fpa.xml | 39 ++++++ gdb/features/arm/arm-m-profile.c | 31 +++++ gdb/features/arm/arm-vfpv2.c | 30 +++++ gdb/features/arm/arm-vfpv3.c | 46 +++++++ gdb/features/arm/xscale-iwmmxt.c | 57 +++++++++ gdb/frame-base.c | 1 + gdb/frame-unwind.c | 1 + gdb/frv-linux-tdep.c | 1 + gdb/gdb-stabs.h | 41 +++--- gdb/gdbarch-selftests.c | 1 + gdb/gdbserver/ChangeLog | 7 ++ gdb/gdbserver/linux-arm-low.c | 46 +++---- 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/jit.c | 39 ++---- 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/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 | 36 +++--- gdb/python/py-infthread.c | 8 +- gdb/python/py-record-btrace.c | 1 + gdb/python/python-internal.h | 2 +- gdb/record-btrace.c | 1 + gdb/record.h | 1 + gdb/regcache-dump.c | 1 + gdb/regcache.h | 2 + gdb/remote-sim.c | 79 +++++------- 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/solib-aix.c | 145 ++++++++-------------- gdb/solib-darwin.c | 24 +--- gdb/solib-dsbt.c | 40 ++---- gdb/solib-spu.c | 12 +- 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/spu-tdep.c | 12 +- gdb/std-regs.c | 2 + gdb/target-descriptions.c | 3 +- gdb/target-descriptions.h | 1 + gdb/target-float.c | 2 +- gdb/testsuite/ChangeLog | 16 +++ 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/define.exp | 11 +- gdb/tic6x-linux-tdep.c | 1 + gdb/tilegx-linux-tdep.c | 1 + gdb/top.c | 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 | 3 +- gdb/valprint.c | 1 + gdb/varobj.c | 1 + gdb/x86-tdep.c | 1 + gdb/xml-support.h | 1 + gdb/xtensa-linux-tdep.c | 1 + opcodes/ChangeLog | 5 + opcodes/arm-dis.c | 10 +- 146 files changed, 970 insertions(+), 501 deletions(-) create mode 100644 gdb/features/arm/arm-core.c create mode 100644 gdb/features/arm/arm-fpa.c create mode 100644 gdb/features/arm/arm-m-profile-with-fpa.c create mode 100644 gdb/features/arm/arm-m-profile-with-fpa.xml create mode 100644 gdb/features/arm/arm-m-profile.c create mode 100644 gdb/features/arm/arm-vfpv2.c create mode 100644 gdb/features/arm/arm-vfpv3.c create mode 100644 gdb/features/arm/xscale-iwmmxt.c