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 c87df013cbc gdb/i386/linux: fix possible register number conflict new ce1b10c1ab3 gdbserver: allow gnu style arguments to gdbserver new 1ff92d0903f gdbserver: better handling for missing argument values new 8bd08ee92c4 gdb: crash if thread unexpectedly disappears from thread list
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/infrun.c | 33 ++- .../missing-thread.c} | 68 +++--- gdb/testsuite/gdb.replay/missing-thread.exp | 237 +++++++++++++++++++++ gdb/testsuite/gdb.server/argument-errors.exp | 81 +++++++ gdbserver/server.cc | 72 +++++-- 5 files changed, 438 insertions(+), 53 deletions(-) copy gdb/testsuite/{gdb.base/corefile-shmem-zero-id.c => gdb.replay/missing-thread [...] create mode 100644 gdb/testsuite/gdb.replay/missing-thread.exp create mode 100644 gdb/testsuite/gdb.server/argument-errors.exp