This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 98c897e37a gdbsupport, gdb: change observer_debug to bool adds b2d14d3d8f Automatic date update in version.in adds 9d90335212 sim: simplify hardware m4 macro adds 837b53fd08 sim: options: increase max option count adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 36 ++ 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/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/ChangeLog | 6 + sim/README-HACKING | 2 +- sim/bfin/ChangeLog | 5 + sim/bfin/configure | 8 +- sim/bfin/configure.ac | 2 +- sim/common/ChangeLog | 16 + sim/common/dv-cfi.c | 2 +- sim/common/sim-options.c | 36 +- sim/cris/ChangeLog | 9 + sim/cris/Makefile.in | 2 +- sim/cris/configure | 8 +- sim/cris/configure.ac | 2 +- sim/frv/ChangeLog | 5 + sim/frv/configure | 8 +- sim/frv/configure.ac | 2 +- sim/iq2000/ChangeLog | 5 + sim/iq2000/configure | 8 +- sim/iq2000/configure.ac | 2 +- sim/lm32/ChangeLog | 5 + sim/lm32/configure | 8 +- sim/lm32/configure.ac | 2 +- sim/m32r/ChangeLog | 5 + sim/m32r/configure | 8 +- sim/m32r/configure.ac | 2 +- sim/m4/sim_ac_option_hardware.m4 | 14 +- sim/m68hc11/ChangeLog | 5 + sim/m68hc11/configure | 9 +- sim/m68hc11/configure.ac | 2 +- sim/mips/ChangeLog | 6 + sim/mips/configure | 13 +- sim/mips/configure.ac | 5 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/configure | 8 +- sim/mn10300/configure.ac | 2 +- 95 files changed, 1055 insertions(+), 603 deletions(-)