Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Pedro Alves <pedro@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: replace 'target async' by a maintenance command
Date: Thu, 05 Jun 2008 19:25:00 -0000	[thread overview]
Message-ID: <20080605192452.GE25085@caradoc.them.org> (raw)
In-Reply-To: <200805171558.21392.pedro@codesourcery.com>

On Sat, May 17, 2008 at 03:58:21PM +0100, Pedro Alves wrote:
> OK?

OK.  Thanks for doing this, it's wanted doing for ages.
> @@ -3132,11 +3130,10 @@ remote_resume (ptid_t ptid, int step, en
>    putpkt (buf);
>  }
>  
> -/* Same as remote_resume, but with async support.  */
>  static void
> -remote_async_resume (ptid_t ptid, int step, enum target_signal siggnal)
> +remote_resume (ptid_t ptid, int step, enum target_signal siggnal)
>  {
> -  remote_resume (ptid, step, siggnal);
> +  remote_resume_1 (ptid, step, siggnal);
>  
>    /* We are about to start executing the inferior, let's register it
>       with the event loop. NOTE: this is the one place where all the

This is now the only caller of remote_resume_1, you can just combine
the two functions.

-- 
Daniel Jacobowitz
CodeSourcery


  parent reply	other threads:[~2008-06-05 19:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-18 20:13 Pedro Alves
2008-05-18 20:16 ` Eli Zaretskii
2008-05-19  4:16 ` Pedro Alves
2008-06-05 19:25 ` Daniel Jacobowitz [this message]
2008-06-05 21:38   ` 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=20080605192452.GE25085@caradoc.them.org \
    --to=drow@false.org \
    --cc=gdb-patches@sourceware.org \
    --cc=pedro@codesourcery.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