From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29378 invoked by alias); 7 Nov 2005 21:37:39 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 29366 invoked by uid 22791); 7 Nov 2005 21:37:36 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 07 Nov 2005 21:37:36 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jA7LaosW013526; Mon, 7 Nov 2005 22:36:50 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jA7Lao6i002653; Mon, 7 Nov 2005 22:36:50 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jA7Lao95023654; Mon, 7 Nov 2005 22:36:50 +0100 (CET) Date: Mon, 07 Nov 2005 21:37:00 -0000 Message-Id: <200511072136.jA7Lao95023654@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: mark.woollard@mac.com, gdb@sources.redhat.com In-reply-to: <20051107205848.GA25762@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 7 Nov 2005 15:58:48 -0500) Subject: Re: gdb for 64 bit intel solaris 10? References: <20051107205848.GA25762@nevyn.them.org> X-SW-Source: 2005-11/txt/msg00169.txt.bz2 > Date: Mon, 7 Nov 2005 15:58:48 -0500 > From: Daniel Jacobowitz > > On Mon, Nov 07, 2005 at 03:53:31PM -0500, Mark Woollard wrote: > > Am trying to get gdb configured and built for intel solaris 10 to > > work on 64 bit images but am not getting anywhere. Is this a > > supported platform? > > No, nobody has expressed interest in porting GDB to this platform yet > as far as I know. On the contrary. Support for Solaris 10 x86, including support for debugging 64-bit applications was contributed some time ago, and will be in GDB 6.4. Incidentally now would be a good time to check whether it works correctly. You can grab a snapshot at: ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-6.3.50.20051107.tar.bz2 Please make sure that you configure and build it using a 64-bit compiler. Setting: $ export CC="gcc -m64" before running configure should do the trick. Mark