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_build/master-arm in repository toolchain/ci/binutils-gdb.
from c50e54825b Consolidate definition of current_directory adds cd1c3a4544 Use gdb_printf and gdb_vprintf in more places adds 47ccd6b84b Only allow QUIT on the main thread adds e5f7752a04 gdb/testsuite: add tests for Term adds 07e9e57ca6 Automatic date update in version.in adds 5530c021ce Fix procfs.c compilation adds add0eb9d6e Accept the + character as part of filenames for MRI scripts. adds b653576623 gdb: test vfork + follow-fork-mode=parent + detach-on-fork=off adds 6e6e87de92 gdb/testsuite: update copyright years in gdb.base/vfork-foll [...] adds 4f5539f026 gdb/infrun: add reason parameter to stop_all_threads adds fa8a0804b8 * gdb/top.c (print_gdb_configuration): Announce --enable-threading. adds 025f768ffc aarch64: Relax check for RNG system registers adds 29d210012a gdb: fix use of fprintf_filtered in top.c adds 7820b634f7 gdb/testsuite/tui: implement _csi_P proc adds 20471e00e2 gdbserver/linux: set lwp !stopped when failing to resume adds 5a0c4a06eb gdb/linux-nat: remove check based on current_inferior in lin [...] new 0653f01479 gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml
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 +- binutils/ChangeLog | 4 + binutils/arlex.l | 2 +- gas/testsuite/gas/aarch64/rng-1.d | 10 + gas/testsuite/gas/aarch64/rng-1.s | 3 + gdb/aarch64-nat.c | 25 +- gdb/amd64-linux-tdep.c | 6 +- gdb/arch/amd64.c | 6 +- gdb/arch/i386.c | 4 +- gdb/darwin-nat.c | 2 +- gdb/features/Makefile | 3 +- gdb/features/i386/64bit-pkeys.c | 14 - gdb/features/i386/64bit-pkeys.xml | 13 - gdb/features/i386/{32bit-pkeys.c => pkeys.c} | 4 +- gdb/features/i386/{32bit-pkeys.xml => pkeys.xml} | 0 gdb/infcmd.c | 2 +- gdb/infrun.c | 10 +- gdb/infrun.h | 11 +- gdb/linux-nat.c | 17 +- gdb/procfs.c | 1 + gdb/remote.c | 2 +- gdb/run-on-main-thread.c | 20 + gdb/run-on-main-thread.h | 4 + .../gdb.base/vfork-follow-parent.c} | 26 +- gdb/testsuite/gdb.base/vfork-follow-parent.exp | 78 +++ .../gdb.threads/vfork-multi-inferior-sleep.c} | 21 +- .../gdb.threads/vfork-multi-inferior.c} | 53 +- gdb/testsuite/gdb.threads/vfork-multi-inferior.exp | 115 ++++ gdb/testsuite/gdb.tui/tuiterm.exp | 644 +++++++++++++++++++++ gdb/testsuite/lib/tuiterm.exp | 102 +++- gdb/top.c | 10 + gdb/utils.c | 4 + gdbserver/linux-low.cc | 20 +- opcodes/aarch64-opc.c | 2 +- 34 files changed, 1099 insertions(+), 141 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/rng-1.d create mode 100644 gas/testsuite/gas/aarch64/rng-1.s delete mode 100644 gdb/features/i386/64bit-pkeys.c delete mode 100644 gdb/features/i386/64bit-pkeys.xml rename gdb/features/i386/{32bit-pkeys.c => pkeys.c} (74%) rename gdb/features/i386/{32bit-pkeys.xml => pkeys.xml} (100%) copy gdb/{run-on-main-thread.h => testsuite/gdb.base/vfork-follow-parent.c} (64%) create mode 100644 gdb/testsuite/gdb.base/vfork-follow-parent.exp copy gdb/{run-on-main-thread.h => testsuite/gdb.threads/vfork-multi-inferior-sleep [...] copy gdb/{run-on-main-thread.h => testsuite/gdb.threads/vfork-multi-inferior.c} (53%) create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-inferior.exp create mode 100644 gdb/testsuite/gdb.tui/tuiterm.exp