From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47669 invoked by alias); 9 Feb 2018 12:13: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 47660 invoked by uid 89); 9 Feb 2018 12:13:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Feb 2018 12:13:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6D61256025; Fri, 9 Feb 2018 07:13:54 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MBCpuGafVd97; Fri, 9 Feb 2018 07:13:54 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1084356022; Fri, 9 Feb 2018 07:13:54 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8F9D18304F; Fri, 9 Feb 2018 16:13:49 +0400 (+04) Date: Fri, 09 Feb 2018 12:13:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: pmuldoon@redhat.com, simon.marchi@polymtl.ca, gdb-patches@sourceware.org Subject: Re: [RFA/RFC] Clarify contents of NEWS entry re: Python "rbreak" (waa: "Re: [python][patch] Python rbreak") Message-ID: <20180209121349.pwp22kpsgha6jauf@adacore.com> References: <3193f5c7a0c98c548722bb6c143f347e@polymtl.ca> <8ee8a4c0-4580-474f-a5aa-6f76a8d22960@redhat.com> <20180201094559.zfqwrjixo3iuc7f2@adacore.com> <83tvv0el4x.fsf@gnu.org> <20180201173211.5aodqcvnsdwc5xrq@adacore.com> <83h8r0efdn.fsf@gnu.org> <20180202031635.7fdgdxev24r6hb3i@adacore.com> <20180209043005.27nskmotl4z5g3ep@adacore.com> <83inb64irf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83inb64irf.fsf@gnu.org> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-02/txt/msg00146.txt.bz2 > > > gdb/ChangeLog: > > > > > > * NEWS : Clarify that "rbreak" is a new > > > Python function, rather than a new command. > > > > I don't think this patch was reviewed; do you think the patch is OK? > > The documentation part LGTM, thanks. Thank you, Eli. Patch pushed to master and gdb-8.1-branch (using GDB PR gdb/22824). -- Joel