This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[pushed] Re: [PATCH v6 0/2] enable target-async by default
- From: Pedro Alves <palves at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 29 May 2014 14:44:02 +0100
- Subject: [pushed] Re: [PATCH v6 0/2] enable target-async by default
- Authentication-results: sourceware.org; auth=none
- References: <1400878753-24688-1-git-send-email-palves at redhat dot com>
On 05/23/2014 09:59 PM, Pedro Alves wrote:
> There's actually a third patch this depends on, here:
>
> https://sourceware.org/ml/gdb-patches/2014-05/msg00590.html
I went ahead and pushed this all in, with Eli's comments addressed.
"set target-async" is dead, long live "set target-async"!
I think this is a significant milestone, which has been quite long
in the making, with several people on and off pushing for it
little by little. Thanks everyone.
Apologies for the haste, but, the 7.8 branch point date is
approaching, and I'd like to get async-by-default into 7.8,
and I think the sooner this gets into the tree before the
branch, the better.
If something goes badly wrong, we can flip the default back
to target-async off, and make target-async depend on mi-async again
(make -gdb-set target-async flip both globals), which makes most of
the new MI code dead. (Or we can always just revert.)
Thanks,
--
Pedro Alves