From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28500 invoked by alias); 30 Oct 2009 20:34:46 -0000 Received: (qmail 28491 invoked by uid 22791); 30 Oct 2009 20:34:46 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Oct 2009 20:34:38 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0KSC00L00GYIY400@a-mtaout21.012.net.il> for gdb-patches@sources.redhat.com; Fri, 30 Oct 2009 22:34:11 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KSC00II6H4Y0JC0@a-mtaout21.012.net.il>; Fri, 30 Oct 2009 22:34:11 +0200 (IST) Date: Fri, 30 Oct 2009 20:34:00 -0000 From: Eli Zaretskii Subject: Re: [RFC, doc] Fix -stack-list-arguments parameter description In-reply-to: <200910302038.28561.vladimir@codesourcery.com> To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83iqdwei4d.fsf@gnu.org> References: <200910302038.28561.vladimir@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: 2009-10/txt/msg00698.txt.bz2 > From: Vladimir Prus > Date: Fri, 30 Oct 2009 20:38:28 +0300 > > Current docs for -stack-list-arguments fails to document the '2' > value of the 'show-values' parameter. This patch fixes that, while > making the naming of parameter consistent with -stack-list-locals > and -stack-list-variables. OK? Yes, thanks. One small request, though: > +If @var{print-values} is 0 or @code{--no-values}, print only the names of > +the variables; if it is 1 or @code{--all-values}, print also their > +values; and if it is 2 or @code{--simple-values}, print the name, > +type and value for simple data types and the name and type for arrays, > +structures and unions. ^ Please add a comma where shown.