From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16620 invoked by alias); 21 Sep 2009 13:55:00 -0000 Received: (qmail 16612 invoked by uid 22791); 21 Sep 2009 13:54:58 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp2.ugent.be (HELO smtp2.UGent.be) (157.193.49.126) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Sep 2009 13:54:55 +0000 Received: from localhost (mcheck3.ugent.be [157.193.71.89]) by smtp2.UGent.be (Postfix) with ESMTP id 953A8449EFE; Mon, 21 Sep 2009 15:54:52 +0200 (CEST) Received: from smtp2.UGent.be ([157.193.49.126]) by localhost (mcheck3.ugent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id JB+HYRVUTdAC; Mon, 21 Sep 2009 15:54:51 +0200 (CEST) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp2.UGent.be (Postfix) with ESMTP id 4FF90449E8C; Mon, 21 Sep 2009 15:54:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id 2C92A918F18; Mon, 21 Sep 2009 15:54:51 +0200 (CEST) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dL7hWw3M1+Kr; Mon, 21 Sep 2009 15:54:47 +0200 (CEST) Received: from bigmac.elis.UGent.be (bigmac.elis.UGent.be [157.193.206.33]) by mail.elis.ugent.be (Postfix) with ESMTP id E2790918F12; Mon, 21 Sep 2009 15:54:47 +0200 (CEST) Cc: Joel Brobecker , Paul Pluzhnikov , gdb@sourceware.org Message-Id: <21604F1B-1518-4609-A7A4-B4FC64B73A0A@elis.ugent.be> From: Jonas Maebe To: Jack Howarth In-Reply-To: <20090921134617.GA30967@bromo.med.uc.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [ANNOUNCEMENT] GDB 7.0 release process created Date: Mon, 21 Sep 2009 13:55:00 -0000 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> <20090921134617.GA30967@bromo.med.uc.edu> X-j-chkmail-Enveloppe: 4AB785AB.000/157.193.206.48/mail.elis.UGent.be/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 4AB785AB.000 on smtp2.UGent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham 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/msg00268.txt.bz2 On 21 Sep 2009, at 15:46, Jack Howarth wrote: > 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. Yes, but that reply was by the linker guy at Apple. I don't know whether the gdb guys (Jim Ingham, Christopher Friesen and Jason Molenda are the ones I know of) are also on the llvm list. At least I can't find any posts of either of them in my llvm-dev archive. > Makes life > interesting when a compiler is creating exception handling for a > completely > different unwinder than the one actually used at runtime. There are a lot of "interesting" things when you develop a compiler/ tool chain for Mac OS X, and more get added with every new major release. I know all about that... Jonas