From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1526 invoked by alias); 20 Mar 2013 17:20:09 -0000 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 Received: (qmail 1471 invoked by uid 89); 20 Mar 2013 17:20:02 -0000 X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 20 Mar 2013 17:20:00 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MJY00C00YRGZ700@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 20 Mar 2013 19:19:57 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJY00CFHYT9EFC0@a-mtaout20.012.net.il>; Wed, 20 Mar 2013 19:19:57 +0200 (IST) Date: Wed, 20 Mar 2013 17:24:00 -0000 From: Eli Zaretskii Subject: Re: [doc RFA] New commands: mt set per-command on|off In-reply-to: <20807.35450.682935.524373@ruffy2.mtv.corp.google.com> To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83txo6yomt.fsf@gnu.org> References: <83zjy33ihp.fsf@gnu.org> <20807.35450.682935.524373@ruffy2.mtv.corp.google.com> X-SW-Source: 2013-03/txt/msg00754.txt.bz2 > From: Doug Evans > Date: Mon, 18 Mar 2013 14:43:22 -0700 > Cc: gdb-patches@sourceware.org > > > > + add_setshow_boolean_cmd ("symtab", class_maintenance, > > > + &per_command_symtab, _("\ > > > +Set whether to display per-command symtab stats."), _("\ > > > +Show whether to display per-command symtab stats."), > > > + _("\ > > > +If enabled, the basic symtab stats for each command will be\n\ > > > +displayed following the command's output."), > > > > Suggest to use "statistics" instead of "stats" here. > > Done. The patch you sent still says "stats". Other than that, I'm happy now. Thanks.