From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8469 invoked by alias); 25 Sep 2007 16:45:34 -0000 Received: (qmail 8453 invoked by uid 22791); 25 Sep 2007 16:45:34 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Sep 2007 16:45:29 +0000 Received: by rv-out-0910.google.com with SMTP id l15so1575706rvb for ; Tue, 25 Sep 2007 09:45:28 -0700 (PDT) Received: by 10.141.204.6 with SMTP id g6mr2011553rvq.1190738728068; Tue, 25 Sep 2007 09:45:28 -0700 (PDT) Received: by 10.140.162.13 with HTTP; Tue, 25 Sep 2007 09:45:28 -0700 (PDT) Message-ID: <6b14b5b00709250945q1d25559ey245da834be0650c2@mail.gmail.com> Date: Tue, 25 Sep 2007 16:54:00 -0000 From: "The Westlakers" To: "The Westlakers" , gdb@sourceware.org Subject: Re: question about GDB message In-Reply-To: <20070925163802.GA13747@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6b14b5b00709242126n5321100m2aad74fd7c7ea58d@mail.gmail.com> <20070925110500.GA29300@caradoc.them.org> <6b14b5b00709250441v6e04f36bm1553dc901ecb6e17@mail.gmail.com> <20070925114838.GA31304@caradoc.them.org> <6b14b5b00709250527u3df06e1cped38587bf2edd8d@mail.gmail.com> <20070925123516.GA1733@caradoc.them.org> <6b14b5b00709250857n5e89f833i5058e77cb7cb1534@mail.gmail.com> <20070925160337.GA12085@caradoc.them.org> <6b14b5b00709250930g568baad1n3b1a132fb7936c8@mail.gmail.com> <20070925163802.GA13747@caradoc.them.org> 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: 2007-09/txt/msg00208.txt.bz2 On 9/25/07, Daniel Jacobowitz wrote: > On Tue, Sep 25, 2007 at 09:30:57AM -0700, The Westlakers wrote: > > > > > > Did you load a 64-bit file into GDB so that it knows you are debugging > > > a 64-bit image? > > > > > I am not sure if GDB gets it or not, I typed "gdb main", main is my > > 64-bit ELF image. 'info reg' can display correctly with the pc address > > along with its symbol too. > > Then I'm out of ideas. Sorry. thanks so much for your great help! I love GNU and its folks! > > Looking at the source code, it looks to me like there is no support > for 64-bit bare ELF binaries on SPARC; only Linux / Solaris / BSD > binaries. any idea how much work to be done to support it? I may be able to do it along with my current GDB support for Ultra Sparc N1 and N2. > > -- > Daniel Jacobowitz > CodeSourcery >