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 4/8] command 'set debug notification'.


> From: Yao Qi <yao@codesourcery.com>
> Date: Tue, 11 Dec 2012 14:40:13 +0800
> 
> gdb:
> 
> 2012-12-07  Yao Qi  <yao@codesourcery.com>
> 
> 	* remote-notif.c (_initialize_notif): Add new commands
> 	'set debug notification' and 'show debug notification'.
> 	* NEWS: Mention these new commands.
> gdb/doc:
> 
> 2012-12-07 Yao Qi  <yao@codesourcery.com>
> 
> 	* gdb.texinfo (Debugging Output): Document 'set debug
> 	notification' and 'show debug notification'.

These two parts are OK.  Thanks.

> +  add_setshow_boolean_cmd ("notification", no_class, &notif_debug,
> +			   _("\
> +Set debugging of async remote notification."), _("\
> +Show debugging of async remote notification."), _("\
> +When non-zero, async remote notification specific"
> +" internal debugging is enabled."),
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I think not "debugging" is enabled, but "debugging info" is enabled.


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