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-arm-stable-allmodconfig in repository toolchain/ci/binutils-gdb.
from 64c350f2b7 [PATCH, GAS, Arm] Refactor check_simd_pred_availability adds 61c9c4212d Fix darwin-nat.c build adds af2d9beee9 Bool-ify stap-probe.c and stap-related code on i386-tdep.c adds 3ca58cdea1 Update some comments on stap-probe.c adds f1bb75ab2a Slightly improve logic of some operations on stap-probe.c adds f3da911665 Fix complaint string formatting on stap-probe.c adds 677052f2a5 Make stap-probe.c:stap_parse_register_operand's "regname" an [...] adds 6275948b47 Automatic date update in version.in adds 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 new 81f47ac29f testsuite: Disable some tests when logging new f9e2e39d23 testsuite: Record all gdb input to gdb.in
The 2 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 +- gdb/ChangeLog | 113 +++++++++++++ gdb/MAINTAINERS | 1 + gdb/NEWS | 7 + 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/darwin-nat.c | 2 +- gdb/disasm.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 65 ++++++++ gdb/dwarf2read.c | 42 +++-- gdb/i386-tdep.c | 62 +++---- 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/stap-probe.c | 182 ++++++++++----------- gdb/testsuite/ChangeLog | 72 ++++++++ gdb/testsuite/Makefile.in | 5 +- gdb/testsuite/README | 16 ++ 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.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 | 160 ++++++++++++++++-- gdb/ui-file.c | 11 +- gdb/ui-file.h | 15 +- ld/ChangeLog | 6 + ld/plugin.c | 42 +++-- 56 files changed, 1094 insertions(+), 308 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