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-aarch64-lts-defconfig in repository toolchain/ci/binutils-gdb.
from fb816e8b1c [gdb] Fix heap-use-after-free in typename_concat adds 7d0e2ecede Add myself to gdb/MAINTAINERS adds 6e035501e1 MI: extract command completion logic from complete_command() adds 2664858829 MI: Add new command -complete adds af4fa23fba PR24567, assertion failure in ldlang.c:6868 when compiling w [...] adds f3a09c800f Change file close behavior for tee_file adds 334fe02b5f GAS (documentation): Remove trademark acknowledgements. adds ca1285d175 Add debug redirect option adds 29b523140e testsuite: Add option to capture GDB debug adds 81f47ac29f testsuite: Disable some tests when logging adds f9e2e39d23 testsuite: Record all gdb input to gdb.in adds 408e9b8b9e testsuite: Create .cmd files for gdb and gdbserver adds b420b89e4b testsuite: Add replay logging to GDBSERVER_DEBUG adds 87781e8475 testsuite: Remove TRANSCRIPT support adds a45575b035 Constify annotate_source adds 33d0e35aed Don't cast away const in find_and_open_source adds 1c8ce0ebbe Automatic date update in version.in new 3e2cf42fe5 S12Z (doc): Minor improvements to text and formatting. new 122cf0f2d9 gdb: Add constructor to struct cu_partial_die_info new 34d11c682f gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats
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: bfd/version.h | 2 +- gas/ChangeLog | 5 + gas/doc/c-arm.texi | 2 +- gas/doc/c-bfin.texi | 2 +- gas/doc/c-s12z.texi | 100 +++++----- gdb/ChangeLog | 80 ++++++++ gdb/MAINTAINERS | 1 + gdb/NEWS | 7 + gdb/annotate.c | 2 +- gdb/annotate.h | 2 +- gdb/cli/cli-cmds.c | 29 +-- gdb/cli/cli-interp.c | 55 ++++-- gdb/cli/cli-interp.h | 16 +- gdb/cli/cli-logging.c | 45 +++-- gdb/completer.c | 35 ++++ gdb/completer.h | 7 + gdb/disasm.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 65 ++++++ gdb/dwarf2read.c | 27 +-- gdb/f-lang.c | 4 +- gdb/i386-tdep.c | 4 +- gdb/interps.c | 6 +- gdb/interps.h | 10 +- gdb/mi/mi-cmds.c | 1 + gdb/mi/mi-cmds.h | 1 + gdb/mi/mi-common.h | 14 +- gdb/mi/mi-interp.c | 32 ++- gdb/mi/mi-main.c | 45 +++++ gdb/source.c | 4 +- gdb/testsuite/ChangeLog | 105 ++++++++++ gdb/testsuite/Makefile.in | 5 +- gdb/testsuite/README | 60 +++--- gdb/testsuite/gdb.base/breakpoint-in-ro-region.exp | 7 + gdb/testsuite/gdb.base/debug-expr.exp | 7 + gdb/testsuite/gdb.base/foll-fork.exp | 7 + gdb/testsuite/gdb.base/foll-vfork.exp | 7 + .../gdb.base/fork-print-inferior-events.exp | 7 + gdb/testsuite/gdb.base/gdb-sigterm.exp | 7 + gdb/testsuite/gdb.base/gdbinit-history.exp | 6 + gdb/testsuite/gdb.base/osabi.exp | 7 + gdb/testsuite/gdb.base/sss-bp-on-user-bp-2.exp | 7 + gdb/testsuite/gdb.base/ui-redirect.exp | 68 ++++++- gdb/testsuite/gdb.fortran/complex.exp | 2 - gdb/testsuite/gdb.fortran/printing-types.exp | 1 + gdb/testsuite/gdb.fortran/printing-types.f90 | 2 + gdb/testsuite/gdb.fortran/type-kinds.exp | 6 - gdb/testsuite/gdb.gdb/unittest.exp | 7 + gdb/testsuite/gdb.mi/mi-break.exp | 9 +- .../qux.c => gdb.mi/mi-complete.cc} | 21 +- gdb/testsuite/gdb.mi/mi-complete.exp | 72 +++++++ gdb/testsuite/gdb.mi/mi-watch.exp | 9 +- gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 6 + .../gdb.mi/user-selected-context-sync.exp | 6 + gdb/testsuite/gdb.python/python.exp | 5 +- gdb/testsuite/gdb.threads/check-libthread-db.exp | 7 + .../signal-while-stepping-over-bp-other-thread.exp | 6 + gdb/testsuite/gdb.threads/stepi-random-signal.exp | 7 + gdb/testsuite/lib/gdb.exp | 217 +++++++++++++++------ gdb/testsuite/lib/gdbserver-support.exp | 70 ++++++- gdb/ui-file.c | 11 +- gdb/ui-file.h | 15 +- ld/ChangeLog | 6 + ld/plugin.c | 42 ++-- 64 files changed, 1103 insertions(+), 336 deletions(-) copy gdb/testsuite/{gdb.ada/bp_c_mixed_case/qux.c => gdb.mi/mi-complete.cc} (75%) create mode 100644 gdb/testsuite/gdb.mi/mi-complete.exp