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 3886790f13 sim: dv-cfi: fix printf format adds ec098003e2 gdbsupport: introduce struct observer adds c90e7d6352 gdbsupport, gdb: give names to observers adds 0df0cce7c6 gdbsupport: allow passing format string to scoped_debug_start_end adds a8536c466a gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG [...] adds 219df3d924 Automatic date update in version.in adds 77393c9b18 Document the GDB 10.2 release in gdb/ChangeLog adds 4478c33127 Use htab_t in sim-options.c adds b22138f32f Add engv32.h to SIM_EXTRA_DEPS in sim/cris adds 18bbba46a9 gdb/typeprint.h: reorder struct declaration adds fbb46296d7 [PR gdb/22640] ptype: add option to use hexadecimal notation adds 6476ec743f Automatic date update in version.in new c290cb01fa gdb: fix sparc build failure of linux-nat
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/version.h | 2 +- gdb/ChangeLog | 41 +++ gdb/NEWS | 12 + gdb/ada-lang.c | 6 +- gdb/ada-tasks.c | 6 +- gdb/agent.c | 3 +- gdb/aix-thread.c | 5 +- gdb/annotate.c | 8 +- gdb/arm-tdep.c | 2 +- gdb/auto-load.c | 5 +- gdb/auxv.c | 6 +- gdb/break-catch-syscall.c | 3 +- gdb/breakpoint.c | 15 +- gdb/bsd-uthread.c | 9 +- gdb/c-typeprint.c | 8 +- gdb/cli/cli-interp.c | 20 +- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 113 ++++--- gdb/dummy-frame.c | 2 +- gdb/extension.c | 2 +- gdb/frame.c | 3 +- gdb/guile/scm-breakpoint.c | 6 +- gdb/inflow.c | 2 +- gdb/infrun.c | 12 +- gdb/jit.c | 8 +- gdb/linux-tdep.c | 9 +- gdb/linux-thread-db.c | 5 +- gdb/m68k-linux-tdep.c | 3 +- gdb/mi/mi-cmd-break.c | 3 +- gdb/mi/mi-interp.c | 63 ++-- gdb/printcmd.c | 3 +- gdb/python/py-breakpoint.c | 9 +- gdb/python/py-finishbreakpoint.c | 6 +- gdb/python/py-inferior.c | 29 +- gdb/python/py-unwind.c | 3 +- gdb/ravenscar-thread.c | 3 +- gdb/record-btrace.c | 3 +- gdb/regcache.c | 6 +- gdb/remote.c | 2 +- gdb/rust-lang.c | 2 +- gdb/sol-thread.c | 2 +- gdb/solib-aix.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/solib.c | 5 +- gdb/sparc-linux-nat.c | 4 +- gdb/symfile-mem.c | 2 +- gdb/symfile.c | 2 +- gdb/symtab.c | 7 +- gdb/testsuite/ChangeLog | 11 + gdb/testsuite/gdb.base/ptype-offsets.exp | 562 +++++++++++++++++++------------ gdb/testsuite/gdb.rust/simple.exp | 10 +- gdb/testsuite/gdb.rust/union.exp | 10 +- gdb/tui/tui-hooks.c | 4 +- gdb/tui/tui-interp.c | 20 +- gdb/tui/tui-win.c | 4 +- gdb/tui/tui-winsource.c | 2 +- gdb/typeprint.c | 83 ++++- gdb/typeprint.h | 69 ++-- gdb/unittests/observable-selftests.c | 14 +- gdbsupport/ChangeLog | 33 ++ gdbsupport/common-debug.h | 66 +++- gdbsupport/observable.h | 69 +++- sim/common/ChangeLog | 7 + sim/common/sim-options.c | 39 +-- sim/cris/ChangeLog | 4 + sim/cris/Makefile.in | 2 +- 66 files changed, 974 insertions(+), 518 deletions(-)