From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4546 invoked by alias); 31 Aug 2009 13:29:26 -0000 Received: (qmail 4537 invoked by uid 22791); 31 Aug 2009 13:29:26 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_54 X-Spam-Check-By: sourceware.org Received: from smtp1.ugent.be (HELO smtp1.UGent.be) (157.193.71.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 31 Aug 2009 13:29:21 +0000 Received: from localhost (mcheck2.ugent.be [157.193.49.249]) by smtp1.UGent.be (Postfix) with ESMTP id 77B0B3F6187; Mon, 31 Aug 2009 15:29:18 +0200 (CEST) Received: from smtp1.UGent.be ([157.193.71.182]) by localhost (mcheck2.ugent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id BoKGoR45S4U2; Mon, 31 Aug 2009 15:29:16 +0200 (CEST) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp1.UGent.be (Postfix) with ESMTP id 33DEF3F6186; Mon, 31 Aug 2009 15:29:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id C3023918F1A; Mon, 31 Aug 2009 15:29:14 +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 62DFjAQWFiJA; Mon, 31 Aug 2009 15:29:11 +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 9D879918F12; Mon, 31 Aug 2009 15:29:11 +0200 (CEST) Cc: Tristan Gingold , gdb@sourceware.org Message-Id: <7BDB0E6F-A184-4161-BA70-99353F83B3EF@elis.ugent.be> From: Jonas Maebe To: Jack Howarth In-Reply-To: <20090831132221.GC10965@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: gdb cvs vs x86_64-apple-darwin10 Date: Mon, 31 Aug 2009 13:33:00 -0000 References: <20090830202035.GA2791@bromo.med.uc.edu> <87612A64-948A-408C-B0CD-FCCED70C1309@adacore.com> <20090831132221.GC10965@bromo.med.uc.edu> X-j-chkmail-Enveloppe: 4A9BD02A.000/157.193.206.48/mail.elis.UGent.be/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 4A9BD02A.000 on smtp1.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-08/txt/msg00275.txt.bz2 On 31 Aug 2009, at 15:22, Jack Howarth wrote: > Getting x86_64-apple-darwin10 working should be a higher priority > for gdb 7.0 since it sounds like after the VTA branch merge into gcc > 4.5, we will need to have access to gdb 7.0 to debug code generated > with gcc 4.5 on darwin Do you think Apple will ever ship anything >gcc 4.2 on Mac OS X? As far as I can tell, they are trying to move completely to Clang+LLVM. Of course, maybe you build your own gcc (and AdaCore most certainly does build its own gcc). Jonas