From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25273 invoked by alias); 8 Jun 2017 04:59:05 -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 25260 invoked by uid 89); 8 Jun 2017 04:59:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f171.google.com Received: from mail-pf0-f171.google.com (HELO mail-pf0-f171.google.com) (209.85.192.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Jun 2017 04:59:03 +0000 Received: by mail-pf0-f171.google.com with SMTP id x63so12910608pff.3 for ; Wed, 07 Jun 2017 21:59:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mBKIwAV66HithYixdpC2ePUvrhKQA8ppd4vuLX1OROI=; b=N+g8ZcsDgfOVtYe1V2urmFZgMd9e1HTh1AhAJ7rN76GL0uhw39sh/X2SpJ+/6paqFY eU7PHWKp8MzOzvOrv1+gir8O1sc6BeZ11j0G+HMbdvX52HwP42TMpYHC5nCav1ZQjq6g 2YB1PacwYJfRghq9q5TPlzjqgRZd5Q31b4s7Dw8v0/IXP3XczDEQvfhRoUhTWl4hphsZ NMAasp4PC/NfiDgB9nAEmbWW0eo4qFkDAGwxcknGeuXMkps+FfAtpq/sXkV5mM0bTg54 oFEFpYxZU8Ya/4HdxriujPH/GzsiXkNaqju1X3JB1kIKNMuvBiYbSKvXMpjJo4D89PRN JMEA== X-Gm-Message-State: AODbwcAJPCuyMCUli2RrX3rDxx/+xfnI4hjY8v/cbrREZqFxwFHKtDOF AQI2M5ASuHqHh9EHaeM= X-Received: by 10.99.100.135 with SMTP id y129mr6398460pgb.5.1496897946212; Wed, 07 Jun 2017 21:59:06 -0700 (PDT) Received: from localhost (g212.61-193-241.ppp.wakwak.ne.jp. [61.193.241.212]) by smtp.gmail.com with ESMTPSA id v3sm7579093pgn.56.2017.06.07.21.59.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 07 Jun 2017 21:59:05 -0700 (PDT) Date: Thu, 08 Jun 2017 04:59:00 -0000 From: Stafford Horne To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/3] reggroups: Add test and docs for `info reg $reggroup` feature Message-ID: <20170608045903.GA5971@lianli.shorne-pla.net> References: <83413241fe0897c873b1cc6e18ccbec78a7a2a25.1496871270.git.shorne@gmail.com> <83efuv8aqk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83efuv8aqk.fsf@gnu.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00195.txt.bz2 On Thu, Jun 08, 2017 at 05:38:27AM +0300, Eli Zaretskii wrote: > > From: Stafford Horne > > Cc: Stafford Horne > > Date: Thu, 8 Jun 2017 07:15:45 +0900 > > > > Until now this feature has existed but was not documented. Adding docs > > and tests. > > > > gdb/ChangeLog: > > > > 2017-06-06 Stafford Horne > > > > * doc/gdb.texinfo: Document info reg $reggroup feature. > > OK for the documentation part, but please state in the ChangeLog entry > the name of the node(s) in which you make the change(s). Thanks for the review, I didnt know about this for doc changes. I will update.