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 26fcd539dd gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBS new 9bcb1f1630 Make inferior::detaching a bool, and introduce scoped_restor [...] new 3a3fd0fd2c Fix removing inferiors from within "thread apply" commands new a6c21d4a55 gdbthread.h: Fix comment typo
The 3 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 | 66 +++++++++++++++ gdb/Makefile.in | 6 +- gdb/common/refcounted-object.h | 56 +++++++++++++ gdb/common/scoped_restore.h | 36 +++++--- gdb/gdbthread.h | 45 +++++----- gdb/inferior.c | 12 ++- gdb/inferior.h | 37 +++++--- gdb/infrun.c | 8 +- gdb/testsuite/ChangeLog | 7 ++ gdb/testsuite/gdb.threads/threadapply.exp | 135 ++++++++++++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 19 +++++ gdb/thread.c | 82 +++++++++--------- gdb/unittests/scoped_restore-selftests.c | 110 ++++++++++++++++++++++++ 13 files changed, 521 insertions(+), 98 deletions(-) create mode 100644 gdb/common/refcounted-object.h create mode 100644 gdb/unittests/scoped_restore-selftests.c