This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC PATCH] Allow disabling the default run target.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 13 Mar 2014 22:16:52 +0200
- Subject: Re: [RFC PATCH] Allow disabling the default run target.
- Authentication-results: sourceware.org; auth=none
- References: <1394737368-29334-1-git-send-email-palves at redhat dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Pedro Alves <palves@redhat.com>
> Date: Thu, 13 Mar 2014 19:02:48 +0000
>
> Wonder what people think of this.
FWIW, the names of commands and options confused me a lot.
> +By default, if not connected to any target yet (e.g., with
> +@code{target remote}), the @code{run} command starts your program
> +under @value{GDBN}, on your local machine. When you're sure you don't
^^^^
I think you meant "If", not "When".
> +In case you connected explicitly to the @code{target child} target,
^^^^^^^^^^^^^^^^^^^^
This doesn't look right.
The rest of the docs parts look OK to me.
Thanks.