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 d69c70ce899 gas: Default to V8+ on 32-bit Solaris/SPARC new 1b28027e89b gdb: some process_stratum_target should not be shared
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/NEWS | 9 ++ gdb/doc/gdb.texinfo | 46 +++++- gdb/fbsd-nat.h | 4 + gdb/inferior.c | 13 ++ gdb/inferior.h | 7 +- gdb/linux-nat.h | 4 + gdb/process-stratum-target.h | 5 + gdb/remote.c | 6 + gdb/target.c | 8 + gdb/target.h | 17 ++ gdb/testsuite/gdb.base/quit-live.exp | 9 +- gdb/testsuite/gdb.mi/mi-add-inferior.exp | 40 ++++- gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 4 +- .../multi-core-files-1.c} | 15 +- .../multi-core-files-2.c} | 12 +- gdb/testsuite/gdb.multi/multi-core-files.exp | 171 +++++++++++++++++++++ .../multi-remote-target.c} | 58 ++++--- gdb/testsuite/gdb.multi/multi-remote-target.exp | 89 +++++++++++ gdb/testsuite/gdb.python/py-connection-removed.exp | 13 +- 19 files changed, 478 insertions(+), 52 deletions(-) copy gdb/testsuite/{gdb.base/maint-print-frame-id.c => gdb.multi/multi-core-files- [...] copy gdb/testsuite/{gdb.cp/call-method-register.cc => gdb.multi/multi-core-files-2 [...] create mode 100644 gdb/testsuite/gdb.multi/multi-core-files.exp copy gdb/testsuite/{gdb.base/corefile-shmem-zero-id.c => gdb.multi/multi-remote-ta [...] create mode 100644 gdb/testsuite/gdb.multi/multi-remote-target.exp