From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9845 invoked by alias); 23 Nov 2011 16:56:31 -0000 Received: (qmail 9831 invoked by uid 22791); 23 Nov 2011 16:56:28 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_DL,TW_FC X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Nov 2011 16:56:11 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 1466DCB0227; Wed, 23 Nov 2011 17:56:12 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oYNoR8F-Afhu; Wed, 23 Nov 2011 17:56:02 +0100 (CET) Received: from dhcp-guest-188.act-europe.fr (dhcp-guest-188.act-europe.fr [10.10.127.188]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 6EE90CB0358; Wed, 23 Nov 2011 17:55:31 +0100 (CET) Subject: Re: GDB 7.4 branching status? (2011-11-23) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20111123163917.GA13809@adacore.com> Date: Wed, 23 Nov 2011 16:56:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <9B39204C-4821-4CD1-8513-439C2635FD87@adacore.com> References: <20111123163917.GA13809@adacore.com> To: Joel Brobecker 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-11/txt/msg00623.txt.bz2 On Nov 23, 2011, at 5:39 PM, Joel Brobecker wrote: > Hello everyone, >=20 > Today was the day we were hoping to create the branch from. > I don't think we're quite ready: >=20 > - I think we might still have some patches that are unreviewed. > The cutoff was: Friday night Nov 11. Please ping us to make > sure they do not fall through the cracks! >=20 > - We're still waiting for Tom's awesome work on ambiguous linespec. > I think he's more or less ready to go, once he's re-based and > re-posted his patches (with a couple of improvements made for > the Ada support) >=20 > - I just discovered a build failure in gdb-dlfcn on Windows. > I need to investigate a little further what's going on, but > I am hoping to be able to send a patch soon. >=20 > On the optional TODO list, we have: >=20 > - Support for Darwin/Lion - Tristan told me that he started working > on this, but I don't think it's full time. I don't think we should > delay the branch without some sort of idea of how much time we > expect this work to take. I have just finished the major part of this work. I plan to commit it tomo= rrow. Tristan. >=20 > - Yao's tracepoint feature: Download tracepoint locations when tracing > is running. >=20 > I think all the patches are in, now, right? >=20 > --=20 > Joel