From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12766 invoked by alias); 27 Dec 2011 09:34:31 -0000 Received: (qmail 12737 invoked by uid 22791); 27 Dec 2011 09:34:31 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Dec 2011 09:34:17 +0000 Received: by vcge1 with SMTP id e1so9588796vcg.0 for ; Tue, 27 Dec 2011 01:34:16 -0800 (PST) Received: by 10.220.213.200 with SMTP id gx8mr16137390vcb.13.1324978456363; Tue, 27 Dec 2011 01:34:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.190.72 with HTTP; Tue, 27 Dec 2011 01:33:55 -0800 (PST) In-Reply-To: <20111227041651.GB23376@adacore.com> References: <20111221065224.GA4120@adacore.com> <20111227041651.GB23376@adacore.com> From: Kevin Pouget Date: Tue, 27 Dec 2011 09:40:00 -0000 Message-ID: Subject: Re: [RFC] Python Finish Breakpoints To: Joel Brobecker Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2011-12/txt/msg00835.txt.bz2 On Tue, Dec 27, 2011 at 5:16 AM, Joel Brobecker wrote: >> (i won't be able to fix the ARI until the mid of next week but i'll take a >> look at that ASAP and for sure before the release) > > I've checked in a fix in HEAD. Tested on x86_64-linux without any > regression. Not sure if we'll want it for the 7.4 branch or not. > > -- > Joel Thanks for this fix, Just out of curiosity, why wouldn't we want it for the 7.4 branch? Kevin