From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3993 invoked by alias); 8 Oct 2009 12:48:08 -0000 Received: (qmail 3976 invoked by uid 22791); 8 Oct 2009 12:48:06 -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; Thu, 08 Oct 2009 12:48:02 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id E672729008B; Thu, 8 Oct 2009 14:47:59 +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 8o9CZQeZcjxL; Thu, 8 Oct 2009 14:47:59 +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 E3AC7290047; Thu, 8 Oct 2009 14:47:58 +0200 (CEST) Subject: Re: How to configure gdb to support '--arch=i386' on Mac OS X Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Tristan Gingold In-Reply-To: <20091007231809.GA21992@bromo.med.uc.edu> Date: Thu, 08 Oct 2009 12:48:00 -0000 Cc: Stan Shebs , Michael Snyder , n179911 , "gdb@sourceware.org" Content-Transfer-Encoding: 7bit Message-Id: <0852B171-4E9B-47D2-B0CE-6C119D5F4F30@adacore.com> References: <3b9893450910071109p19138faam7653bd1e030c57a4@mail.gmail.com> <4ACCDE85.7080009@vmware.com> <3b9893450910071310s5225e440pb1b6eaa1d62f69db@mail.gmail.com> <3b9893450910071326h41d343dfja7797b4e51744e2e@mail.gmail.com> <4ACD020F.2020907@vmware.com> <4ACD068C.8080101@codesourcery.com> <20091007231809.GA21992@bromo.med.uc.edu> To: Jack Howarth 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-10/txt/msg00161.txt.bz2 On Oct 8, 2009, at 1:18 AM, Jack Howarth wrote: > > Stan, > I am puzzled about the fact that the current x86_64-apple-darwin10 > build of FSF gdb 7.0 is unable to load i386 binaries like x86_64 gdb > can under linux. Do you think this should be possible without > resorting > to fat-binaries for darwin? Should now be fixed in trunk. Thanks! Tristan.