From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28362 invoked by alias); 27 May 2010 13:59:29 -0000 Received: (qmail 28350 invoked by uid 22791); 27 May 2010 13:59:28 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 May 2010 13:59:24 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4RDwx6l009075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 27 May 2010 09:59:00 -0400 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4RDwwxx015974; Thu, 27 May 2010 09:58:59 -0400 Message-ID: <4BFE7AA2.3050708@redhat.com> Date: Thu, 27 May 2010 13:59:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Lightning/1.0b2pre Thunderbird/3.0.4 MIME-Version: 1.0 To: Joel Brobecker CC: gdb@sourceware.org Subject: Re: make the GDB 7.2 release sooner? References: <20100527002906.GG20736@adacore.com> In-Reply-To: <20100527002906.GG20736@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00093.txt.bz2 On 05/27/2010 01:29 AM, Joel Brobecker wrote: > What triggered this suggestion is python, but we do have lots of other > things that are worth mentioning (in fact, everything in the NEWS files > is worth mentioning), but to summarize: The final "large" Python API patch was the py-inferior/py-infthread stuff I submitted earlier this week. I'd really like to see that in there and ship the next release of GDB as pretty much the API equivalent (or as close as possible) to the Archer Python branch. There are a few other API patches too, but they are minor and address random bits of functionality. So if we can do this, and ship some of the neat Python scripts in there too, that would be awesome! Cheers Phil