From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129749 invoked by alias); 11 Jul 2018 05:57:57 -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 129735 invoked by uid 89); 11 Jul 2018 05:57:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=online, documents X-HELO: mailsec102.isp.belgacom.be Received: from mailsec102.isp.belgacom.be (HELO mailsec102.isp.belgacom.be) (195.238.20.98) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Jul 2018 05:57:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1531288674; x=1562824674; h=message-id:subject:from:to:cc:date:in-reply-to: references:mime-version:content-transfer-encoding; bh=kZHqG0Ov65SXTsUkqF+l4U62fW3IjOZkBEyYx902cqc=; b=0LOXHcAX+lqsBds1u60tiK7KRXWDXZMFiUUgEw5ikCRijRNRNKJWL2Mz EXAzq5U3NQQi4AqebZqZ6V94eXoDsQ==; Received: from 160.177-177-91.adsl-dyn.isp.belgacom.be (HELO md) ([91.177.177.160]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 11 Jul 2018 07:57:51 +0200 Message-ID: <1531288671.4602.1.camel@skynet.be> Subject: Re: [RFA_v4 4/8] Documents the new commands 'frame apply', faas, taas, tfaas From: Philippe Waroquiers To: Eli Zaretskii Cc: gdb-patches@sourceware.org Date: Wed, 11 Jul 2018 05:57:00 -0000 In-Reply-To: <83sh4qfp3t.fsf@gnu.org> References: <20180710213926.32240-1-philippe.waroquiers@skynet.be> <20180710213926.32240-5-philippe.waroquiers@skynet.be> <83sh4qfp3t.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00295.txt.bz2 On Wed, 2018-07-11 at 06:06 +0300, Eli Zaretskii wrote: > > From: Philippe Waroquiers > > Cc: Philippe Waroquiers > > Date: Tue, 10 Jul 2018 23:39:22 +0200 > > > > gdb/doc/ChangeLog > > 2018-07-09 Philippe Waroquiers > > > > * gdb.texinfo (Debugging Programs with Multiple Threads): > > Document changes to 'thread apply'. Document 'taas'. > > ^^ > Two spaces between sentences, please. Thanks, fixed. (I am now running a bunch of grep on git diff to help finding the above errors, but I need also to grep the commit messages). > > I believe I already approved the rest. Thanks. Yes, doc/NEWS/on-line help were previously approved on RFA_v2. Between RFA_v2 and this RFA_v4, some non minor changes were done e.g. to the new FLAG arguments of 'frame apply' and 'thread apply', but I saw no explicit re-approval of NEWS and on-line help doc strings. (I assume this mail re-approves the doc part RFA_v4, but in any case a re-review of the code is needed before push of the series). Thanks Philippe