From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11218 invoked by alias); 9 Oct 2009 12:56:23 -0000 Received: (qmail 11203 invoked by uid 22791); 9 Oct 2009 12:56:20 -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; Fri, 09 Oct 2009 12:56:16 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id 8F0C8B0074; Fri, 9 Oct 2009 08:56:14 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id n99CuEbf007646; Fri, 9 Oct 2009 08:56:14 -0400 Date: Fri, 09 Oct 2009 12:56:00 -0000 From: Jack Howarth To: Tristan Gingold Cc: Tobias Hahn , gdb@sourceware.org Subject: Re: gdb-7.0 on osx Message-ID: <20091009125613.GA7568@bromo.med.uc.edu> References: <847995BD-73DF-46CD-AFDE-25AB8A5A6E6D@ableton.com> <5D222CA0-6142-4B90-9F2D-7D381B1BB0FE@adacore.com> <4C3C8495-537E-4FEB-A133-92EE3BFF9CFF@ableton.com> <0A707FF0-60C1-4081-96C6-3FA69E31D03F@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0A707FF0-60C1-4081-96C6-3FA69E31D03F@adacore.com> 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-10/txt/msg00175.txt.bz2 On Fri, Oct 09, 2009 at 10:04:20AM +0200, Tristan Gingold wrote: > > On Oct 8, 2009, at 6:56 PM, Tobias Hahn wrote: >> Also, I have not yet managed to debug 32bit executables. I have tried >> various build options (i386-apple-darwin10, i686-apple-darwin10) but >> none seemed to work. It always complains that it cannot read >> mach-o-i386 files. >> >> Any ideas on this one? > > I forgot to say: if you configure gdb for i386-darwin, it should work. > > Tristan. Tristan, I never got around to testing that alternative. Does a build for i386-darwin properly load x86_64 binaries in gdb 7.0 or does it suffer the same issue as the x86_64 darwin build did for loading i386 binaries? Jack