From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17013 invoked by alias); 25 Jul 2002 23:03:29 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17005 invoked from network); 25 Jul 2002 23:03:28 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 25 Jul 2002 23:03:28 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6PN3fQ02439; Thu, 25 Jul 2002 16:03:42 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6PN3Pt14146; Thu, 25 Jul 2002 16:03:25 -0700 Date: Thu, 25 Jul 2002 16:03:00 -0000 From: Kevin Buettner Message-Id: <1020725230325.ZM14145@localhost.localdomain> In-Reply-To: hemarko "64 bit gdb (Solaris etc)" (Jul 25, 1:55pm) References: <3D403B81.AC53F0EF@fggm.osis.gov> To: sabbahem@bcpl.net, gdb@sources.redhat.com Subject: Re: 64 bit gdb (Solaris etc) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00272.txt.bz2 On Jul 25, 1:55pm, hemarko wrote: > Is there any way to set up gdb to handle 64 bit code on Solaris 7 and > 8. That is, code compiled with "gcc -m64 -g"? I am also having trouble > running gdb 5.2 on DEC TRU-64 (V5.1). Have these problems been fixed in > version 5.2.1 (I have not yet had a chance to download that version)? > > Please respond directly to me as well as the list as I do not have full > access to this mailing list. As I recall, you need to build GDB as a 64-bit application. After that, I think it should just work. (Of course, it's possible that it's broken now...) Kevin