This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC 08/32] remove extended_remote_create_inferior_1
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 14 Jan 2014 12:41:49 +0000
- Subject: Re: [RFC 08/32] remove extended_remote_create_inferior_1
- Authentication-results: sourceware.org; auth=none
- References: <1389640367-5571-1-git-send-email-tromey at redhat dot com> <1389640367-5571-9-git-send-email-tromey at redhat dot com>
On 01/13/2014 07:12 PM, Tom Tromey wrote:
> I noticed that extended_remote_create_inferior_1 is called from a
> single spot. This patch unifies the callee and caller. It's just a
> simple cleanup that made the coming refactoring simpler.
Yeah, used to be needed back when we had the "target async" target.
> 2014-01-08 Tom Tromey <tromey@redhat.com>
>
> * remote.c (extended_remote_create_inferior): Rename from
> extended_remote_create_inferior_1. Add "ops" argument. Remove
> old implementation.
OK. Feel free to push it immediately.
Thanks,
--
Pedro Alves