From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6048 invoked by alias); 31 Aug 2009 13:33:20 -0000 Received: (qmail 6036 invoked by uid 22791); 31 Aug 2009 13:33:18 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 31 Aug 2009 13:33:12 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 302B92901A5; Mon, 31 Aug 2009 15:33:10 +0200 (CEST) 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 6y1xkhcwcKR8; Mon, 31 Aug 2009 15:33:08 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id D064A2900BB; Mon, 31 Aug 2009 15:33:08 +0200 (CEST) Cc: gdb@sourceware.org Message-Id: From: Tristan Gingold 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 v936) Subject: Re: gdb cvs vs x86_64-apple-darwin10 Date: Mon, 31 Aug 2009 16:20:00 -0000 References: <20090830202035.GA2791@bromo.med.uc.edu> <87612A64-948A-408C-B0CD-FCCED70C1309@adacore.com> <20090831132221.GC10965@bromo.med.uc.edu> 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/msg00276.txt.bz2 On Aug 31, 2009, at 3:22 PM, Jack Howarth wrote: > Tristan, > 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. Hi, can you clarify your issue: is it Snow Leopard vs Leopard (as I thought first) or is it fsf-gdb vs Apple gdb ? I might be wrong but VTA concerns only optimized code, so we will be able to debug code generated without optimizations. Tristan.