This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH] Allow disabling the default run target.


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]