This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Regression for attach from stdin [Re: [pushed] Re: [PATCH v6 0/2] enable target-async by default]
- From: Pedro Alves <palves at redhat dot com>
- To: Mark Wielaard <mjw at redhat dot com>, Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Wed, 02 Jul 2014 10:15:56 +0100
- Subject: Re: Regression for attach from stdin [Re: [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> <538739A2 dot 2050105 at redhat dot com> <20140701162830 dot GA25877 at host2 dot jankratochvil dot net> <1404291574 dot 3766 dot 35 dot camel at bordewijk dot wildebeest dot org>
On 07/02/2014 09:59 AM, Mark Wielaard wrote:
> Thanks for tracking this down Jan. Should this patch be reverted
Unless it turns into a deep rat hole, I'd like to fix the issue
instead. I haven't investigated this particular issue yet, but I've
been busy fixing PR17072, and I ended up fixing several issues
related to execution commands entered directly in the command line,
before GDB's main event loop starts. This one sounds related.
> or
> should gcc guality.h be patched to work around the new async default
> somehow?
No, the async default in an internal implementation detail. It should
cause no visible change of behavior, other than enabling features.
--
Pedro Alves