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: [PATCH] make "set debug target" take effect immediately


> From: Tom Tromey <tromey@redhat.com>
> Cc: Tom Tromey <tromey@redhat.com>
> Date: Mon, 28 Jul 2014 13:04:27 -0600
> 
> 2014-07-28  Tom Tromey  <tromey@redhat.com>
> 
> 	* gdb.texinfo (Debugging Output): Update for change to "set debug
> 	target".

This part is approved.

>  static void
>  show_targetdebug (struct ui_file *file, int from_tty,
>  		  struct cmd_list_element *c, const char *value)
> @@ -3556,7 +3565,7 @@ Show target debugging."), _("\
>  When non-zero, target debugging is enabled.  Higher numbers are more\n\
>  verbose.  Changes do not take effect until the next \"run\" or \"target\"\n\
>  command."),

The 2nd sentence of the doc string says something that you deleted
from the manual.  Shouldn't it be deleted from here as well?

Thanks.


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