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-aarch64 in repository toolchain/ci/gdb.
from 5ad2694b1e [gdb/testsuite] Require python in gdb.server/server-kill-python.exp adds f54bdb6d27 gdb: add add_setshow_prefix_cmd adds 2e466f72c4 [gdb/testsuite] Update some test-cases to GPLv3 adds a1ff87d77c gdb: add "maint set/show selftest verbose" commands and use [...] adds 8c2999954b arm: add unwinder encoding support for PACBTI adds c0492bea7c gdb: add selftest name completion adds 0fab795564 gdb: use ptid_t::to_string in infrun debug messages adds d6dc01baf7 ARM assembler: Allow up to 32 single precision registers in [...] adds cf365c10d0 [sim] Include defs.h in ppc/hw_memory.c adds 4933265c3f gdb: or1k: implement gdb server adds d786a34732 gdb: or1k: fixup linux regcache comment adds d336377196 gdb: or1k: add generated linux descriptor file adds a45b1e66c5 gdb: or1k: add native linux support adds 5729359001 gdb: or1k: add single step for linux native debugging adds cb22a7c366 gdb: Add OpenRISC gdbserver and native config news adds 208eb58158 Automatic date update in version.in adds c82ebeb7e6 obcopy vs. files with silly section alignment adds c45c3dba8c ELF core file size checks adds dd6b67bec8 Re: arm: add unwinder encoding support for PACBTI new 09854a8870 Support for a new pacbti unwind opcode. new 91b7c7e522 Document "memory-tag-violations". new b88e456f7e [gdb/build] Fix build with --disable-unit-tests
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: ChangeLog | 5 + bfd/elf.c | 9 +- bfd/elfcode.h | 5 +- bfd/elfcore.h | 39 ++-- bfd/version.h | 2 +- binutils/readelf.c | 2 + gas/ChangeLog | 9 + gas/config/tc-arm.c | 102 +++++++-- gas/testsuite/gas/arm/unwind-pacbti-m-readelf.d | 16 ++ gas/testsuite/gas/arm/unwind-pacbti-m.d | 23 ++ gas/testsuite/gas/arm/unwind-pacbti-m.s | 20 ++ gas/testsuite/gas/arm/v8_1m-mve.d | 4 + gas/testsuite/gas/arm/v8_1m-mve.s | 5 + gdb/Makefile.in | 2 + gdb/NEWS | 8 + gdb/ada-lang.c | 27 +-- gdb/arm-tdep.c | 13 +- gdb/breakpoint.c | 11 +- gdb/btrace.c | 34 ++- gdb/cli/cli-cmds.c | 23 +- gdb/cli/cli-decode.c | 22 ++ gdb/cli/cli-logging.c | 12 +- gdb/cli/cli-style.c | 16 +- gdb/command.h | 25 ++- gdb/configure.host | 2 + gdb/configure.nat | 4 + gdb/dcache.c | 11 +- gdb/doc/gdb.texinfo | 19 +- gdb/dwarf2/read.c | 12 +- gdb/f-lang.c | 13 +- gdb/features/Makefile | 1 + gdb/features/or1k-linux.c | 78 +++++++ gdb/features/or1k-linux.xml | 13 ++ gdb/frame.c | 11 +- gdb/guile/guile.c | 22 +- gdb/i386-tdep.c | 18 +- gdb/infrun.c | 116 +++++------ gdb/language.c | 23 +- gdb/maint-test-settings.c | 17 +- gdb/maint.c | 83 +++++++- gdb/memattr.c | 13 +- gdb/mips-tdep.c | 12 +- gdb/or1k-linux-nat.c | 210 +++++++++++++++++++ gdb/or1k-linux-tdep.c | 14 +- gdb/or1k-linux-tdep.h | 26 +++ gdb/or1k-tdep.c | 66 ++++-- gdb/or1k-tdep.h | 5 + gdb/python/python.c | 12 +- gdb/ravenscar-thread.c | 13 +- gdb/record-btrace.c | 49 ++--- gdb/record-full.c | 14 +- gdb/record.c | 21 +- gdb/regformats/or1k-linux.dat | 40 ++++ gdb/riscv-tdep.c | 26 +-- gdb/rs6000-tdep.c | 12 +- gdb/ser-tcp.c | 11 +- gdb/serial.c | 16 +- gdb/sh-tdep.c | 9 +- gdb/target-descriptions.c | 14 +- gdb/testsuite/gdb.arch/powerpc-stackless.exp | 2 +- gdb/testsuite/gdb.arch/s390-stackless.exp | 2 +- gdb/testsuite/gdb.fortran/info-types-2.f90 | 2 +- gdb/testsuite/gdb.fortran/info-types.f90 | 2 +- gdb/testsuite/gdb.fortran/max-depth.f90 | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.c | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.cpp | 2 +- gdb/testsuite/gdb.fortran/mixed-lang-stack.f90 | 2 +- gdb/testsuite/gdb.fortran/vla-datatypes.f90 | 2 +- gdb/testsuite/gdb.fortran/vla-sub.f90 | 2 +- gdb/testsuite/gdb.gdb/unittest.exp | 30 ++- gdb/tui/tui-win.c | 11 +- gdb/typeprint.c | 11 +- gdb/utils.c | 10 +- gdb/valprint.c | 45 ++-- gdbserver/Makefile.in | 1 + gdbserver/configure.srv | 8 + gdbserver/linux-or1k-low.cc | 266 ++++++++++++++++++++++++ gdbsupport/selftest.h | 4 +- sim/ppc/hw_memory.c | 3 + 79 files changed, 1388 insertions(+), 481 deletions(-) create mode 100644 gas/testsuite/gas/arm/unwind-pacbti-m-readelf.d create mode 100644 gas/testsuite/gas/arm/unwind-pacbti-m.d create mode 100644 gas/testsuite/gas/arm/unwind-pacbti-m.s create mode 100644 gdb/features/or1k-linux.c create mode 100644 gdb/features/or1k-linux.xml create mode 100644 gdb/or1k-linux-nat.c create mode 100644 gdb/or1k-linux-tdep.h create mode 100644 gdb/regformats/or1k-linux.dat create mode 100644 gdbserver/linux-or1k-low.cc