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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 37f6a7f456 Add $_ada_exception convenience variable adds 9ef62df072 gdb/testsuite: Fix py-format-string.exp on big-endian platforms adds 700545387d Add missing includes to gdb_assert.h and gdb_string_view.h adds 80fd282641 Fix type of startup_with_shell in gdbserver adds 3e6ec53ac1 Convert boolean globals in server.c to bool adds 03ba321aaa Automatic date update in version.in adds 4d825eab2d [gdb] Fix set/show style metadata help text adds a8b3b8e93e gdb: Remove whitespace in 'std::vector <...>' adds 4227504491 [gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8 adds 3a56ed8668 [gdb/testsuite] Fix list-missing-source.exp with gcc 4.8 adds d8c06f22a3 gdb: Don't ignore all SIGSTOP when the signal handler is set [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 40 +++++++++++++ gdb/Makefile.in | 1 + gdb/btrace.c | 12 ++-- gdb/btrace.h | 2 +- gdb/cli/cli-style.c | 2 +- gdb/dwarf2read.c | 4 +- gdb/gdbserver/ChangeLog | 34 +++++++++++ gdb/gdbserver/Makefile.in | 2 + gdb/gdbserver/server.c | 66 ++++++++++----------- gdb/gdbserver/server.h | 14 ++--- gdb/gdbserver/target.c | 4 +- gdb/gdbsupport/btrace-common.c | 2 +- gdb/gdbsupport/btrace-common.h | 2 +- .../common-inferior.c} | 15 +++-- gdb/gdbsupport/common-inferior.h | 20 +++++++ gdb/gdbsupport/gdb_assert.h | 2 + gdb/gdbsupport/gdb_string_view.h | 1 + gdb/infcmd.c | 4 -- gdb/inferior.h | 19 ------ gdb/linux-nat.c | 5 +- gdb/nat/fork-inferior.h | 20 ------- gdb/nat/linux-btrace.c | 4 +- gdb/testsuite/ChangeLog | 26 +++++++++ gdb/testsuite/gdb.base/info-types.exp | 8 +-- gdb/testsuite/gdb.base/list-missing-source.exp | 4 +- gdb/testsuite/gdb.python/py-format-string.c | 6 +- gdb/testsuite/gdb.python/py-format-string.exp | 8 +-- ...fork-follow-child-exec.c => stop-with-handle.c} | 68 ++++++++++++---------- gdb/testsuite/gdb.threads/stop-with-handle.exp | 51 ++++++++++++++++ 30 files changed, 295 insertions(+), 153 deletions(-) copy gdb/{fortran-operator.def => gdbsupport/common-inferior.c} (74%) copy gdb/testsuite/gdb.threads/{vfork-follow-child-exec.c => stop-with-handle.c} (54%) create mode 100644 gdb/testsuite/gdb.threads/stop-with-handle.exp