This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v4 2/9] add "this" pointers to more target APIs
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 28 Oct 2013 16:44:01 +0000
- Subject: Re: [PATCH v4 2/9] add "this" pointers to more target APIs
- Authentication-results: sourceware.org; auth=none
- References: <1382464769-2465-1-git-send-email-tromey at redhat dot com> <1382464769-2465-3-git-send-email-tromey at redhat dot com> <526E8AF2 dot 7050202 at redhat dot com> <87r4b5cpxd dot fsf at fleche dot redhat dot com>
On 10/28/2013 04:37 PM, Tom Tromey wrote:
>
> It is all moot, I think. There is no reason for linux-nat to ever call
> linux_nat_is_async_p any more. I think we can drop all the dead code
> instead. I noted this in the first submission and said I will do it in
> a followup; but I think I'll just tack it on to this series instead.
I'd rather keep the code to allow forcing sync mode for a while,
to make it easier to debug problems and compare modes.
--
Pedro Alves