From: Pedro Alves <palves@redhat.com>
To: gdb-patches@sourceware.org
Subject: [PATCH/7.10 0/2] gdbserver: Fix several fork support (& co) issues
Date: Fri, 31 Jul 2015 17:03:00 -0000 [thread overview]
Message-ID: <1438362229-27653-1-git-send-email-palves@redhat.com> (raw)
In the "[PATCH 3/N] remote follow fork and spurious child stops in
non-stop mode" thread:
https://sourceware.org/ml/gdb-patches/2015-07/msg00868.html
several issues were identified in the new gdbserver follow fork
support in 7.10. This addresses all I found. I'm thinking these are
7.10 worthy.
The test added exposes issues in gdb's native target, but I won't have
time to address them myself right now, so the test is kfailed there.
Pedro Alves (2):
Linux gdbserver confused when event randomization returns a process
exit event
gdbserver: Fix non-stop / fork / step-over issues
gdb/gdbserver/linux-low.c | 335 +++++++++++++++++-----
gdb/gdbserver/linux-low.h | 11 +-
gdb/target/waitstatus.h | 5 +-
gdb/testsuite/gdb.threads/fork-plus-threads-2.c | 129 +++++++++
gdb/testsuite/gdb.threads/fork-plus-threads-2.exp | 116 ++++++++
5 files changed, 523 insertions(+), 73 deletions(-)
create mode 100644 gdb/testsuite/gdb.threads/fork-plus-threads-2.c
create mode 100644 gdb/testsuite/gdb.threads/fork-plus-threads-2.exp
--
1.9.3
next reply other threads:[~2015-07-31 17:03 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-31 17:03 Pedro Alves [this message]
2015-07-31 17:04 ` [PATCH/7.10 1/2] Linux gdbserver confused when event randomization returns a process exit event Pedro Alves
2015-08-03 10:59 ` Yao Qi
2015-08-06 9:34 ` [pushed][PATCH 1/3] Linux gdbserver fork event debug output (Re: [PATCH/7.10 1/2] Linux gdbserver confused when event randomization returns a process exit event) Pedro Alves
2015-08-06 9:43 ` [pushed]Re: [PATCH/7.10 1/2] Linux gdbserver confused when event randomization returns a process exit event Pedro Alves
2015-07-31 17:04 ` [PATCH/7.10 2/2] gdbserver: Fix non-stop / fork / step-over issues Pedro Alves
2015-07-31 18:04 ` Don Breazeal
2015-07-31 19:02 ` Pedro Alves
2015-08-05 22:19 ` Don Breazeal
2015-08-06 10:09 ` Pedro Alves
2015-08-03 15:14 ` Yao Qi
2015-08-03 16:20 ` Pedro Alves
2015-08-04 16:40 ` Pedro Alves
2015-08-05 11:41 ` Yao Qi
2015-08-05 15:10 ` Pedro Alves
2015-08-06 9:44 ` [pushed] " Pedro Alves
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1438362229-27653-1-git-send-email-palves@redhat.com \
--to=palves@redhat.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox