This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 6b8c53f2f1c gdb/testsuite/fortran: Add mixed language stack test new cada5fc921e gdb: Handle W and X remote packets without giving a warning
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: gdb/ChangeLog | 5 + gdb/remote.c | 46 ++++- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.server/exit-multiple-threads.c | 202 +++++++++++++++++++++ gdb/testsuite/gdb.server/exit-multiple-threads.exp | 136 ++++++++++++++ 5 files changed, 384 insertions(+), 10 deletions(-) create mode 100644 gdb/testsuite/gdb.server/exit-multiple-threads.c create mode 100644 gdb/testsuite/gdb.server/exit-multiple-threads.exp