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] Fix for 'too much spew with "set verbose on"'


> From: Paul Pluzhnikov <ppluzhnikov@google.com>
> Date: Fri, 30 Jul 2010 09:24:38 -0700
> Cc: Roland McGrath <roland@redhat.com>,        Paul Pluzhnikov <ppluzhnikov@google.com>
> 
> +Set whether to show processing of libthread_db."), _("\
> +Show whether to show processing of libthread_db."), _("\

"Show whether to show" sounds awkward.  How about

  "Show whether to be verbose during processing of libthread_db."

(and a similar change for the "Set" part)?

> +@kindex maint set show-libthread-db-processing
> +@kindex maint show show-libthread-db-processing
> +@cindex processing @code{libthread_db}
> +@item maint set show-libthread-db-processing
> +@itemx maint show show-libthread-db-processing
> +Control whether to show various internal events while searching for and
> +using @code{libthread_db}.  Use @code{ON} to enable, @code{OFF} to disable.
>  @end table

This part is fine.

Thanks.


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