This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] make "set debug target" take effect immediately
- 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, 28 Jul 2014 22:18:47 +0300
- Subject: Re: [PATCH] make "set debug target" take effect immediately
- Authentication-results: sourceware.org; auth=none
- References: <1406574267-5212-1-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, 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.