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 8a0c0290261 Re: ld, gold: remove support for -z bndplt (MPX prefix) new 45664f164a0 gdb/remote: remove some manual reference count handling new 91e3d1d1a54 gdb: have target_stack automate reference count handling new 9678f8fe975 gdb: remove decref_target new c8181f706f5 gdb: remove the pop_all_targets (and friends) global functions new 740a579fd5f gdb: ensure all targets are popped before an inferior is de [...] new 5d80df4a109 gdb/maint: add core file name to 'maint info program-spaces [...]
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/NEWS | 4 + gdb/doc/gdb.texinfo | 8 +- gdb/event-top.c | 3 +- gdb/inferior.c | 57 ++++++++++++++ gdb/inferior.h | 20 +++++ gdb/progspace.c | 18 ++++- gdb/remote.c | 40 ++++++---- gdb/scoped-mock-context.h | 2 +- gdb/target.c | 85 ++++++-------------- gdb/target.h | 25 ++---- gdb/testsuite/gdb.python/py-connection-removed.exp | 92 ++++++++++++++++++++++ gdb/top.c | 3 +- 12 files changed, 252 insertions(+), 105 deletions(-) create mode 100644 gdb/testsuite/gdb.python/py-connection-removed.exp