From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21707 invoked by alias); 4 Nov 2013 10:09:27 -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 21697 invoked by uid 89); 4 Nov 2013 10:09:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_HELO_PASS,SPF_PASS 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; Mon, 04 Nov 2013 10:09:26 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA4A9HKE025169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 4 Nov 2013 05:09:17 -0500 Received: from localhost.localdomain (ovpn-112-54.ams2.redhat.com [10.36.112.54]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rA4A9FWt018193; Mon, 4 Nov 2013 05:09:16 -0500 Message-ID: <5277724B.7060606@redhat.com> Date: Mon, 04 Nov 2013 10:09:00 -0000 From: Phil Muldoon MIME-Version: 1.0 To: Tom Tromey CC: gdb-patches@sourceware.org, "eliz@gnu.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> In-Reply-To: <87haco6h3y.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00050.txt.bz2 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? Cheers, Phil 2013-11-04 Phil Muldoon * NEWS: Add note about temporary breakpoints in Python. -- diff --git a/gdb/NEWS b/gdb/NEWS index efeda68..d199e95 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -35,7 +35,8 @@ * Python scripting ** Frame filters and frame decorators have been added. - + ** Temporary breakpoints are now supported. + * New targets Nios II ELF nios2*-*-elf