From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31816 invoked by alias); 11 Dec 2012 07:06:46 -0000 Received: (qmail 31798 invoked by uid 22791); 11 Dec 2012 07:06:45 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Dec 2012 07:06:40 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEU00G00UEAZ900@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 11 Dec 2012 09:06:39 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEU00GRTUF2P160@a-mtaout20.012.net.il>; Tue, 11 Dec 2012 09:06:39 +0200 (IST) Date: Tue, 11 Dec 2012 07:06:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 4/8] command 'set debug notification'. In-reply-to: <1355208017-9204-5-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r4mx9ifb.fsf@gnu.org> References: <1355208017-9204-1-git-send-email-yao@codesourcery.com> <1355208017-9204-5-git-send-email-yao@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00308.txt.bz2 > From: Yao Qi > Date: Tue, 11 Dec 2012 14:40:13 +0800 > > gdb: > > 2012-12-07 Yao Qi > > * 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 > > * 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, ¬if_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.