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_gcc/master-arm in repository toolchain/ci/gdb.
from ad8b9970d4 Remove two unused hooks adds c09115ad6e Automatic date update in version.in adds 5321c31bc7 Fix for MUL instruction on the v850 adds d537777dfe Decode "dynamic" interface types in Ada adds c50e54825b Consolidate definition of current_directory adds cd1c3a4544 Use gdb_printf and gdb_vprintf in more places new 47ccd6b84b Only allow QUIT on the main thread new e5f7752a04 gdb/testsuite: add tests for Term
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 +- gdb/aarch64-nat.c | 25 +- gdb/ada-lang.c | 51 +- gdb/darwin-nat.c | 2 +- gdb/run-on-main-thread.c | 20 + gdb/run-on-main-thread.h | 4 + gdb/testsuite/gdb.ada/dynamic-iface.exp | 44 ++ gdb/testsuite/gdb.ada/dynamic-iface/concrete.adb | 23 + gdb/testsuite/gdb.ada/dynamic-iface/concrete.ads | 36 ++ gdb/testsuite/gdb.ada/dynamic-iface/main.adb | 24 + gdb/testsuite/gdb.tui/tuiterm.exp | 615 +++++++++++++++++++++++ gdb/testsuite/lib/tuiterm.exp | 75 ++- gdb/top.c | 4 - gdb/utils.c | 4 + gdbserver/server.cc | 4 - gdbsupport/common-defs.h | 3 - gdbsupport/pathstuff.cc | 4 + gdbsupport/pathstuff.h | 3 + sim/testsuite/v850/mul.cgs | 15 + sim/v850/simops.c | 4 +- 20 files changed, 896 insertions(+), 66 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface.exp create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface/concrete.adb create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface/concrete.ads create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface/main.adb create mode 100644 gdb/testsuite/gdb.tui/tuiterm.exp create mode 100644 sim/testsuite/v850/mul.cgs