From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33952 invoked by alias); 9 Feb 2018 04:30: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 33759 invoked by uid 89); 9 Feb 2018 04:30:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=Hx-languages-length:1664, you! 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 04:30:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AA44456023; Thu, 8 Feb 2018 23:30:10 -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 LOxGtLPFQESF; Thu, 8 Feb 2018 23:30:10 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3C10E5601C; Thu, 8 Feb 2018 23:30:10 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id BA2D98304F; Fri, 9 Feb 2018 08:30:05 +0400 (+04) Date: Fri, 09 Feb 2018 04:30: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: <20180209043005.27nskmotl4z5g3ep@adacore.com> References: <5e1ba7e3-5f6e-2478-30a5-7670ec7a9879@redhat.com> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180202031635.7fdgdxev24r6hb3i@adacore.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-02/txt/msg00142.txt.bz2 Hi Eli, > I was posted ... in my head! Another example of the forgetting to > attach the patch classic. Sorry about that. > > 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? Thank you! > >From 1db141b40e47bd5fc19dc4ee2a4c6f9c4fe2881b Mon Sep 17 00:00:00 2001 > From: Joel Brobecker > Date: Thu, 1 Feb 2018 13:41:52 +0400 > Subject: [PATCH] gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 > > gdb/ChangeLog: > > * NEWS : Clarify that "rbreak" is a new > Python function, rather than a new command. > --- > gdb/NEWS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gdb/NEWS b/gdb/NEWS > index 9cd38f3d91..1767cef920 100644 > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -125,9 +125,9 @@ > gdb.new_thread are emitted. See the manual for further > description of these. > > - ** A new command, "rbreak" has been added to the Python API. This > - command allows the setting of a large number of breakpoints via a > - regex pattern in Python. See the manual for further details. > + ** A new function, "gdb.rbreak" has been added to the Python API. > + This function allows the setting of a large number of breakpoints > + via a regex pattern in Python. See the manual for further details. > > ** Python breakpoints can now accept explicit locations. See the > manual for a further description of this feature. > -- > 2.11.0 > -- Joel