From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30639 invoked by alias); 25 May 2019 20:40:10 -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 30631 invoked by uid 89); 25 May 2019 20:40:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=Related, @ref, HX-Languages-Length:1260, validate X-HELO: mailsec117.isp.belgacom.be Received: from mailsec117.isp.belgacom.be (HELO mailsec117.isp.belgacom.be) (195.238.20.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 25 May 2019 20:40:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1558816809; x=1590352809; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=XxGSOlN0wBYY8t8Z51dskHQkiqANNGQsHo6gZ9ty8to=; b=uxgMQMrMl4SpDwohR7xZ+FqqUyyax2tOg3kmGMEBJ6kFRWHFYvoCFkiA cByJOf/e3PDtmcYI3qcSM2XMCfBJDQ==; Received: from 161.32-242-81.adsl-dyn.isp.belgacom.be (HELO md) ([81.242.32.161]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 25 May 2019 22:40:07 +0200 Message-ID: <1558816806.1454.28.camel@skynet.be> Subject: Re: [PATCH 24/24] NEWS and manual changes for command options changes From: Philippe Waroquiers To: Pedro Alves , gdb-patches@sourceware.org Date: Sat, 25 May 2019 20:40:00 -0000 In-Reply-To: <20190522205327.2568-25-palves@redhat.com> References: <20190522205327.2568-1-palves@redhat.com> <20190522205327.2568-25-palves@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00582.txt.bz2 Some minor comments ... On Wed, 2019-05-22 at 21:53 +0100, Pedro Alves wrote: > diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo > index 7262cb3d0fe..eb51afb136e 100644 > --- a/gdb/doc/gdb.texinfo > +++ b/gdb/doc/gdb.texinfo ... > +@item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default} > +Set printing of array indexes. Not array indexes, should describe entry values ... > +Related setting: @ref{set print entry-values}. > + > +@item -frame-arguments @code{all}|@code{scalars}|@code{none} > +Set printing of non-scalar frame arguments. > +Related setting: @ref{set print frame-arguments}. > + > +@item -raw-frame-arguments [@code{on}|@code{off}] > +Set whether to print frame arguments in raw form. > +Related setting: @ref{set print raw frame-arguments}. Maybe change this to set print raw-frame-arguments if this becomes the preferred way to set this option. > +@kindex maint test-options > +@item maint test-options require-delimiter > +@itemx maint test-options unknown-is-error > +@itemx maint test-options unknown-is-operand > +These command are used by the testsuite to validate the command -> These commands