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_check_binutils/master-aarch64 in repository toolchain/ci/gdb.
from 2eb132bdfb Automatic date update in version.in adds 8727caedd1 gdb/gdb_mbuild.sh: use return instead of continue to avoid s [...] adds e5213e2c85 gdb/python: Add BreakpointLocation type adds b382c16682 Change address_space to use new and delete adds bde539c2f9 Change allocation of type-copying hash table adds 8f83e7b926 Remove some unused functions from guile code adds 08b8a139c9 Rewrite registry.h adds 8126c055e4 Change registry to use less memory adds 43cffa64cf Remove some unneeded checks in Guile code adds d17823bfd3 Automatic date update in version.in adds f8ad70a17b RISC-V: Add `OP_V' to .insn named opcodes adds b245c595aa [gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64 adds b80b72c06c ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targ [...] adds c1723a8118 Arm64: re-work PR gas/27217 fix adds e4e1fcce52 x86: drop stray NoRex64 from KeyLocker insns new b875e9c93d PR16005, avr linker crash on a particular instruction sequen [...]
The 1 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/elf32-avr.c | 3 + bfd/version.h | 2 +- gas/config/tc-aarch64.c | 63 +-- gas/config/tc-riscv.c | 2 +- gas/testsuite/gas/aarch64/pr27217.d | 6 +- gas/testsuite/gas/riscv/insn-dwarf.d | 17 +- gas/testsuite/gas/riscv/insn.d | 3 +- gas/testsuite/gas/riscv/insn.s | 2 + gdb/Makefile.in | 1 - gdb/NEWS | 5 + gdb/ada-lang.c | 5 +- gdb/ada-tasks.c | 4 +- gdb/arm-tdep.c | 4 +- gdb/auto-load.c | 4 +- gdb/auxv.c | 2 +- gdb/break-catch-syscall.c | 2 +- gdb/breakpoint.c | 59 ++- gdb/breakpoint.h | 5 + gdb/coffread.c | 2 +- gdb/compile/compile-object-run.c | 4 +- gdb/ctfread.c | 8 +- gdb/dbxread.c | 2 +- gdb/doc/python.texi | 71 ++++ gdb/dwarf2/frame.c | 4 +- gdb/dwarf2/read.c | 8 +- gdb/elfread.c | 4 +- gdb/fbsd-tdep.c | 2 +- gdb/gdb-stabs.h | 2 +- gdb/gdb_bfd.c | 14 +- gdb/gdb_bfd.h | 8 +- gdb/gdb_mbuild.sh | 2 +- gdb/gdbtypes.c | 46 +- gdb/gdbtypes.h | 5 +- gdb/guile/guile-internal.h | 10 +- gdb/guile/scm-block.c | 73 ++-- gdb/guile/scm-frame.c | 73 ++-- gdb/guile/scm-gsmob.c | 36 -- gdb/guile/scm-objfile.c | 46 +- gdb/guile/scm-progspace.c | 47 +-- gdb/guile/scm-symbol.c | 68 ++- gdb/guile/scm-symtab.c | 74 ++-- gdb/guile/scm-type.c | 62 ++- gdb/hppa-tdep.c | 3 +- gdb/inferior.c | 11 +- gdb/inferior.h | 7 +- gdb/inflow.c | 2 +- gdb/infrun.c | 6 +- gdb/linux-tdep.c | 2 +- gdb/mdebugread.c | 4 +- gdb/minidebug.c | 2 +- gdb/nto-tdep.c | 2 +- gdb/objc-lang.c | 2 +- gdb/objfiles.c | 15 +- gdb/objfiles.h | 6 +- gdb/progspace.c | 54 +-- gdb/progspace.h | 36 +- gdb/python/py-block.c | 70 ++-- gdb/python/py-breakpoint.c | 316 ++++++++++++++ gdb/python/py-inferior.c | 68 ++- gdb/python/py-objfile.c | 37 +- gdb/python/py-progspace.c | 59 ++- gdb/python/py-symbol.c | 63 +-- gdb/python/py-symtab.c | 142 +++---- gdb/python/py-type.c | 60 ++- gdb/python/python-internal.h | 2 + gdb/python/python.c | 1 + gdb/registry.c | 112 ----- gdb/registry.h | 463 +++++++++------------ gdb/remote-sim.c | 2 +- gdb/remote.c | 2 +- gdb/rs6000-tdep.c | 2 +- gdb/scoped-mock-context.h | 2 +- gdb/solib-aix.c | 3 +- gdb/solib-darwin.c | 3 +- gdb/solib-dsbt.c | 2 +- gdb/solib-svr4.c | 2 +- gdb/solib.c | 3 +- gdb/source.c | 3 +- gdb/stabsread.c | 4 +- gdb/symfile-debug.c | 2 +- gdb/symfile.c | 4 +- gdb/symtab.c | 4 +- gdb/target-dcache.c | 2 +- gdb/target-debug.h | 2 +- .../mi-stepn.c => gdb.python/py-bp-locations.c} | 19 +- gdb/testsuite/gdb.python/py-bp-locations.exp | 64 +++ gdb/testsuite/gdb.threads/killed-outside.exp | 3 +- gdb/value.c | 11 +- gdb/xcoffread.c | 2 +- ld/ChangeLog | 6 + ld/configure.tgt | 6 +- opcodes/i386-opc.tbl | 6 +- opcodes/i386-tbl.h | 6 +- 93 files changed, 1305 insertions(+), 1265 deletions(-) delete mode 100644 gdb/registry.c copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/py-bp-locations.c} (77%) create mode 100644 gdb/testsuite/gdb.python/py-bp-locations.exp