From: Pedro Alves <palves@redhat.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: RFC: skip_inline_frames failed assertion resuming from breakpoint on LynxOS
Date: Mon, 15 Dec 2014 16:01:00 -0000 [thread overview]
Message-ID: <548F05CC.9090804@redhat.com> (raw)
In-Reply-To: <20141215145827.GY5457@adacore.com>
On 12/15/2014 02:58 PM, Joel Brobecker wrote:
>> GDB nowadays sends a single vCont packet that both steps thread A,
>> continues thread B with a signal and continues all other threads with
>> no signal (previously in some cases it'd just lose control of the
>> inferior, or deliver the signal to the wrong thread). Something like:
>>
>> vCont;s:A;C SIG:B;c
> [...]
>> Couldn't you iterate over the threads, and use PTRACE_STEP_ONE
>> for the stepped threads, and PTRACE_CONT_ONE for the others,
>> instead of PTRACE_CONT ? For the case above, lynx_resume would
>> end up issuing:
>>
>> PTRACE_STEP_ONE, thread A, sig 0
>> PTRACE_CONT_ONE, thread B, sig SIG
>> PTRACE_CONT_ONE, thread C, sig 0
>> PTRACE_CONT_ONE, thread D, sig 0
>
> Interesting. Do you mean sending those requests without waiting
> for the inferior to stop?
Yes. This is what we do e.g., on Linux. It just sounds like
Lynx's PTRACE_CONT_ONE is like Linux's PTRACE_CONT. Linux has
no equivalent of Lynx's PTRACE_CONT (resume all threads with
a single request).
> I'd have to verify that it's possible
> to send ptrace requests while the inferior is "in flight", but
> wouldn't you then have possible race conditions?
Not sure what sort of race conditions you mean, but keep in mind
that I'm pretty clueless about Lynx. :-)
Thanks,
Pedro Alves
prev parent reply other threads:[~2014-12-15 16:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 5:11 Joel Brobecker
2014-11-20 5:12 ` Joel Brobecker
2014-11-20 9:55 ` Pedro Alves
2014-11-20 17:11 ` Joel Brobecker
2014-11-21 10:43 ` Pedro Alves
2014-12-13 15:46 ` Joel Brobecker
2014-12-15 13:11 ` Pedro Alves
2014-12-15 14:58 ` Joel Brobecker
2014-12-15 16:01 ` Pedro Alves [this message]
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=548F05CC.9090804@redhat.com \
--to=palves@redhat.com \
--cc=brobecker@adacore.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