This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC v5 7/8] separate MI and target notions of 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: Tue, 04 Mar 2014 20:39:48 +0200
- Subject: Re: [RFC v5 7/8] separate MI and target notions of async
- Authentication-results: sourceware.org; auth=none
- References: <1393957974-4521-1-git-send-email-tromey at redhat dot com> <1393957974-4521-8-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: Tue, 4 Mar 2014 11:32:53 -0700
>
> +@kindex maint set target-async
> +@kindex maint show target-async
> +@item maint set target-async
> +@itemx maint show target-async
> +This controls whether gdb targets operate in sync or async mode.
^^^
@value{GDBN}
The documentation parts are OK with this fixed.
Thanks.