From patchwork Fri Feb 2 03:16:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 25757 Received: (qmail 128349 invoked by alias); 2 Feb 2018 03:16:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 128317 invoked by uid 89); 2 Feb 2018 03:16:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=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, 02 Feb 2018 03:16:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5B0705627A; Thu, 1 Feb 2018 22:16:40 -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 cGqfG-9Mx5LL; Thu, 1 Feb 2018 22:16:40 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DFDE81170E6; Thu, 1 Feb 2018 22:16:39 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 775DF83307; Fri, 2 Feb 2018 07:16:35 +0400 (+04) Date: Fri, 2 Feb 2018 07:16:35 +0400 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: <20180202031635.7fdgdxev24r6hb3i@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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <83h8r0efdn.fsf@gnu.org> User-Agent: NeoMutt/20170113 (1.7.2) > > > > [hi Eli -- not sure if the attached patch is obvious or not, so I will > > > > wait for your approval, assuming Phil confirms. Thank you!] > > > > > > Are you asking about the NEWS entry or about the entire patch? If > > > the latter, I don't think I saw it, and neither do I see it in the > > > list archives. I think. What am I missing? > > > > Just asking whether you approve the patch I attached, or if you > > have some comments. > > Ah, OK. But where was it posted? I don't seem to be able to find it, > neither in my inbox nor in the list archives. How did I miss it? 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. Thanks, 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