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 9d95b8e9d63 Update Swedish translation for the gas sub-directory and a [...] new fc75c28ba1e gdb: protect some 'regcache_read_pc' calls new 7ca9b62a2b6 gdb/infrun: move a 'regcache_read_pc' call down to first use new 293b3ebcba9 gdb/infrun: extract out a code piece into 'mark_non_executi [...] new d890404b63b gdb: introduce 'all_non_exited_process_targets' and 'switch [...] new 6ad82919702 gdb/infrun: enable/disable thread events of all targets in [...] new a05575d39a5 gdb/infrun: handle already-exited threads when attempting to stop
The 6 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 | 51 ++++++ gdb/infrun.c | 197 +++++++++++++-------- gdb/process-stratum-target.c | 25 +++ gdb/process-stratum-target.h | 10 ++ gdb/regcache.c | 18 ++ gdb/remote.c | 20 +++ gdb/testsuite/ChangeLog | 13 ++ gdb/testsuite/gdb.base/annota1.exp | 2 +- gdb/testsuite/gdb.cp/annota2.exp | 2 +- .../persistent-lang.cc => gdb.multi/multi-exit.c} | 0 gdb/testsuite/gdb.multi/multi-exit.exp | 134 ++++++++++++++ .../killed-outside.c => gdb.multi/multi-kill.c} | 18 +- gdb/testsuite/gdb.multi/multi-kill.exp | 127 +++++++++++++ gdb/thread.c | 2 +- gdbsupport/ChangeLog | 5 + gdbsupport/common-regcache.h | 5 + 16 files changed, 552 insertions(+), 77 deletions(-) copy gdb/testsuite/{gdb.base/persistent-lang.cc => gdb.multi/multi-exit.c} (100%) create mode 100644 gdb/testsuite/gdb.multi/multi-exit.exp copy gdb/testsuite/{gdb.base/killed-outside.c => gdb.multi/multi-kill.c} (77%) create mode 100644 gdb/testsuite/gdb.multi/multi-kill.exp