From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13673 invoked by alias); 21 Sep 2009 13:46:26 -0000 Received: (qmail 13663 invoked by uid 22791); 21 Sep 2009 13:46:25 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 21 Sep 2009 13:46:20 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id 3CC89B0074; Mon, 21 Sep 2009 09:46:18 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id n8LDkH7K031050; Mon, 21 Sep 2009 09:46:17 -0400 Date: Mon, 21 Sep 2009 13:46:00 -0000 From: Jack Howarth To: Jonas Maebe Cc: Joel Brobecker , Paul Pluzhnikov , gdb@sourceware.org Subject: Re: [ANNOUNCEMENT] GDB 7.0 release process created Message-ID: <20090921134617.GA30967@bromo.med.uc.edu> References: <20090920143231.GQ7961@adacore.com> <8ac60eac0909200802m45f2675epa6e56001af4b491@mail.gmail.com> <20090920152741.GR7961@adacore.com> <8ac60eac0909200914g39a2d471j601aebd995da1d02@mail.gmail.com> <20090920171154.GT7961@adacore.com> <20090920173607.GA18628@bromo.med.uc.edu> <8ac60eac0909201137h3b357f95hc9471ed186575c06@mail.gmail.com> <20090921043410.GA25454@adacore.com> <20090921125654.GA30075@bromo.med.uc.edu> <3D48AF75-6E1F-401C-8411-8388B7D893B9@elis.ugent.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D48AF75-6E1F-401C-8411-8388B7D893B9@elis.ugent.be> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-09/txt/msg00267.txt.bz2 On Mon, Sep 21, 2009 at 03:35:55PM +0200, Jonas Maebe wrote: > > Apple's gdb developers are usually quite responsive on Apple's xcode- > users list: http://lists.apple.com/mailman/listinfo/xcode-users > > > Jonas Jonas, I'll wait and see what response I get from my post on llvm-dev first (as all the heavy lifting is on llvm/clang at Apple now). Actually, I just found out on llvm-dev last Friday that libgcc in Snow Leopard is actually subsumed into libSystem now (and the FSF libgcc is never actually used). Never heard that anywhere else before. Makes life interesting when a compiler is creating exception handling for a completely different unwinder than the one actually used at runtime. Jack