From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19933 invoked by alias); 4 Nov 2013 16:05:47 -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 19920 invoked by uid 89); 4 Nov 2013 16:05:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from Unknown (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Nov 2013 16:05:44 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MVQ00A00XSVNV00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 04 Nov 2013 18:05:34 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MVQ00AMHY1AOV00@a-mtaout22.012.net.il>; Mon, 04 Nov 2013 18:05:34 +0200 (IST) Date: Mon, 04 Nov 2013 16:09:00 -0000 From: Eli Zaretskii Subject: Re: [python][patch] Add temporary breakpoint features to Python breakpoints. In-reply-to: <5277724B.7060606@redhat.com> To: Phil Muldoon Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqko8851.fsf@gnu.org> References: <522D9D57.5030309@redhat.com> <87r4cxj0i3.fsf@fleche.redhat.com> <52396DC3.4090104@redhat.com> <87haco6h3y.fsf@fleche.redhat.com> <5277724B.7060606@redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00059.txt.bz2 > Date: Mon, 04 Nov 2013 10:09:15 +0000 > From: Phil Muldoon > CC: gdb-patches@sourceware.org, "eliz@gnu.org" > > On 10/10/13 20:49, Tom Tromey wrote: > > Phil> * python/py-breakpoint.c (bppy_get_temporary): New function. > > Phil> (bppy_init): New keyword: temporary. Parse it and set breakpoint > > Phil> to temporary if True. > > > > It occurs to me that this could use a NEWS entry. > > > > Tom > > Here you go. OK? Yes, thanks.