From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8156 invoked by alias); 2 Jun 2019 18:45:53 -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 8147 invoked by uid 89); 2 Jun 2019 18:45:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mailsec106.isp.belgacom.be Received: from mailsec106.isp.belgacom.be (HELO mailsec106.isp.belgacom.be) (195.238.20.102) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Jun 2019 18:45:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1559501150; x=1591037150; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=/BZFBPX8nM8b8Bsb419xJcUVkmkMsCC+cK7fyZR06rY=; b=dzwLz3A7pfJ7MbKCsslmhkoUQ1i5rLdq4h6jhL5FNmWGE338e3G1cB7h nw/jSAkMlBy+vE4bF8vvTOrNx5BfPg==; 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; 02 Jun 2019 20:45:47 +0200 Message-ID: <1559501146.1454.49.camel@skynet.be> Subject: Re: [RFAv2 4/4] Document in NEWS and gdb.texinfo the "help", "apropos" and "show style" changes. From: Philippe Waroquiers To: Eli Zaretskii Cc: gdb-patches@sourceware.org Date: Sun, 02 Jun 2019 18:45:00 -0000 In-Reply-To: <83muj0vhih.fsf@gnu.org> References: <20190601212331.12085-1-philippe.waroquiers@skynet.be> <20190601212331.12085-5-philippe.waroquiers@skynet.be> <83muj0vhih.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00014.txt.bz2 On Sun, 2019-06-02 at 05:38 +0300, Eli Zaretskii wrote: > > From: Philippe Waroquiers > > Cc: Philippe Waroquiers > > Date: Sat, 1 Jun 2019 23:23:31 +0200 > > > > --- > > gdb/ChangeLog | 5 +++++ > > gdb/NEWS | 30 ++++++++++++++++++++++++++ > > gdb/doc/ChangeLog | 6 ++++++ > > gdb/doc/gdb.texinfo | 52 +++++++++++++++++++++++++++++++++++++++++++-- > > 4 files changed, 91 insertions(+), 2 deletions(-) > > This part is OK, with one comment: > > > +@smallexample > > +@c @group > > +taas -- Apply a command to all threads (ignoring errors and empty output). > > +Usage: taas COMMAND > > +shortcut for 'thread apply all -s COMMAND' > > + > > +tfaas -- Apply a command to all frames of all threads (ignoring errors and empty output). > > This will most probably produce an overfull line, suggest to break > into two lines. Done. > > Btw, why did you comment out @group..@end group? That was a copy/paste of what was just before, I have uncommented both group instructions. Thanks for the review Philippe