This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gdb.
from 54603ee2ae Automatic date update in version.in adds 39b8a8090e Delete delete_thread_silent adds a32c1a92d5 gdb: make use of RAII in run_inferior_call new c715d0732a Improve core file path detection & put cores in output dir new e83907ff5f Include count of unexpected core files in gdb.sum summary
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: gdb/gdbthread.h | 4 -- gdb/infcall.c | 25 ++++----- gdb/testsuite/Makefile.in | 9 ++- gdb/testsuite/gdb.base/annota1.exp | 18 +++--- gdb/testsuite/gdb.base/annota3.exp | 18 +++--- gdb/testsuite/gdb.base/bigcore.exp | 38 +++---------- gdb/testsuite/gdb.base/exitsignal.exp | 11 +++- gdb/testsuite/lib/dg-add-core-file-count.sh | 41 ++++++++++++++ gdb/testsuite/lib/gdb.exp | 86 ++++++++++++++++++++++++++++- gdb/thread.c | 28 ++-------- 10 files changed, 182 insertions(+), 96 deletions(-) create mode 100755 gdb/testsuite/lib/dg-add-core-file-count.sh