From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 835 invoked by alias); 27 Dec 2011 09:32:37 -0000 Received: (qmail 827 invoked by uid 22791); 27 Dec 2011 09:32:36 -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-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Dec 2011 09:32:23 +0000 Received: by vbbfn1 with SMTP id fn1so10638544vbb.0 for ; Tue, 27 Dec 2011 01:32:23 -0800 (PST) Received: by 10.52.94.75 with SMTP id da11mr13204627vdb.111.1324978343147; Tue, 27 Dec 2011 01:32:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.190.72 with HTTP; Tue, 27 Dec 2011 01:32:01 -0800 (PST) In-Reply-To: References: <20111221065224.GA4120@adacore.com> From: Kevin Pouget Date: Tue, 27 Dec 2011 09:34:00 -0000 Message-ID: Subject: Re: [RFC] Python Finish Breakpoints To: 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/msg00834.txt.bz2 On Wed, Dec 21, 2011 at 6:11 PM, Tom Tromey wrote: > So, I think it is ok for 7.4. (sorry for the repost/delay, X-mas break and HTML-only mail client ...) From: Kevin Pouget Date: Sat, Dec 24, 2011 at 9:18 AM so it's now commited in the trunk http://sourceware.org/ml/gdb-cvs/2011-12/msg00230.html and in the 7.4 branch http://sourceware.org/ml/gdb-cvs/2011-12/msg00231.html http://sourceware.org/ml/gdb-cvs/2011-12/msg00232.html Thanks a lot for helping me reviewing this patch and making it compatible with GDB standards, it was quite a long journey! (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) Thanks, Kevin