From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17914 invoked by alias); 6 Feb 2003 15:42:26 -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 17906 invoked from network); 6 Feb 2003 15:42:26 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 6 Feb 2003 15:42:26 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h16FgQf02933 for ; Thu, 6 Feb 2003 10:42:26 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h16FgQa30714; Thu, 6 Feb 2003 10:42:26 -0500 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h16FgPt00638; Thu, 6 Feb 2003 10:42:25 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h16FgKM09945; Thu, 6 Feb 2003 08:42:20 -0700 Date: Thu, 06 Feb 2003 15:42:00 -0000 From: Kevin Buettner Message-Id: <1030206154219.ZM9944@localhost.localdomain> In-Reply-To: Miroslav Novy "How to debug a 64bits application?" (Feb 6, 3:49pm) References: <3E42841B.3090602@ales.cz> To: Miroslav Novy , gdb@sources.redhat.com Subject: Re: How to debug a 64bits application? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00128.txt.bz2 On Feb 6, 3:49pm, Miroslav Novy wrote: > I used gcc 3.2.1 (downloaded as a package from Sun freeware) with > parameter -m64 (generated code for 64-bit environment) on OS Solaris > 2.8 on UltraSPARC-IIe cpu (SunBlade 150) and I can't debug it. Are you using a gdb that was built using the -m64 switch? Kevin