From: Michael Snyder <msnyder@vmware.com>
To: Hui Zhu <teawater@gmail.com>
Cc: gdb-patches ml <gdb-patches@sourceware.org>
Subject: Re: [PREC]RFA: Add the 'options' to record_beneath_to_wait
Date: Fri, 21 Aug 2009 05:50:00 -0000 [thread overview]
Message-ID: <4A8E195B.4020306@vmware.com> (raw)
In-Reply-To: <daef60380908202023y3c60bd83m59d23740e06a324e@mail.gmail.com>
Hui Zhu wrote:
> Hi,
>
> I found that there is a new argument of to_wait -- options. But in
> record_wait, it isn't put to record_beneath_to_wait.
> So I make a patch for it. And I test it with testsuit in ubuntu i386 is OK.
>
> Please help me review it.
Looks good, please check it in.
Thanks!
> prec-fix-record_wait_options.txt
> 2009-08-21 Hui Zhu <teawater@gmail.com>
>
> * record.c (record_wait): Change the argument of
> record_beneath_to_wait to options.
>
> ---
> record.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- a/record.c
> +++ b/record.c
> @@ -598,7 +598,7 @@ record_wait (struct target_ops *ops,
> {
> /* This is a single step. */
> return record_beneath_to_wait (record_beneath_to_wait_ops,
> - ptid, status, 0);
> + ptid, status, options);
> }
> else
> {
> @@ -609,7 +609,7 @@ record_wait (struct target_ops *ops,
> while (1)
> {
> ret = record_beneath_to_wait (record_beneath_to_wait_ops,
> - ptid, status, 0);
> + ptid, status, options);
>
> if (status->kind == TARGET_WAITKIND_STOPPED
> && status->value.sig == TARGET_SIGNAL_TRAP)
next prev parent reply other threads:[~2009-08-21 3:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-21 3:53 Hui Zhu
2009-08-21 5:50 ` Michael Snyder [this message]
2009-08-21 6:37 ` Hui Zhu
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=4A8E195B.4020306@vmware.com \
--to=msnyder@vmware.com \
--cc=gdb-patches@sourceware.org \
--cc=teawater@gmail.com \
/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