This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 8/8] enable target-async
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org, tromey at redhat dot com
- Date: Mon, 29 Jul 2013 21:29:27 +0300
- Subject: Re: [PATCH 8/8] enable target-async
- References: <1375116324-32092-1-git-send-email-tromey at redhat dot com> <1375116324-32092-9-git-send-email-tromey at redhat dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Tom Tromey <tromey@redhat.com>
> Cc: Tom Tromey <tromey@redhat.com>
> Date: Mon, 29 Jul 2013 10:45:24 -0600
>
> This enables target-async by default.
The documentation parts of this are OK.
However, I have a question: what does this change mean for targets
that don't support target-async? Do they always get an error message
when GDB starts?
Thanks.