From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17538 invoked by alias); 7 Nov 2013 12:21:33 -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 17529 invoked by uid 89); 7 Nov 2013 12:21:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_40,RDNS_NONE,SPAM_SUBJECT,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Nov 2013 12:21:30 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA7CLKYW021835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Nov 2013 07:21:21 -0500 Received: from localhost.localdomain (ovpn-112-33.ams2.redhat.com [10.36.112.33]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rA7CLIPo017404; Thu, 7 Nov 2013 07:21:19 -0500 Message-ID: <527B85BE.3000301@redhat.com> Date: Thu, 07 Nov 2013 12:35:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Eli Zaretskii CC: tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [python][patch] Add temporary breakpoint features to Python breakpoints. References: <522D9D57.5030309@redhat.com> <87r4cxj0i3.fsf@fleche.redhat.com> <52396DC3.4090104@redhat.com> <87haco6h3y.fsf@fleche.redhat.com> <5277724B.7060606@redhat.com> <83wqko8851.fsf@gnu.org> In-Reply-To: <83wqko8851.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00170.txt.bz2 On 04/11/13 16:05, Eli Zaretskii wrote: >> 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. So committed, thanks Cheers, Phil