This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

tdep/2109: gdb 6.4 and 6.4.50 can't debug x86_64 binaries on Solaris 2.10


>Number:         2109
>Category:       tdep
>Synopsis:       gdb 6.4 and 6.4.50 can't debug x86_64 binaries on Solaris 2.10
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 05 02:58:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tim.Mooney@ndsu.edu
>Release:        6.4 and 6.4.50 (CVS snapshot)
>Organization:
>Environment:
Sun Solaris 2.10 on a dual AMD Sun W2100z workstation.  config.guess identifies it as i386-pc-solaris2.10.  Built as a 64 bit executable (ELF64) with Sun's (no-cost) Studio 11 development environment.
>Description:
I built gdb 6.4 and 6.4.50 with Sun Studio 11's C compiler (it's no-cost, these days).  I used CFLAGS=

 -Xa -xs -g -xtarget=native -xarch=amd64

build went fine, and produced a 64 bit gdb:

$file gdb
gdb: ELF 64-bit LSB executable AMD64 Version 1 [SSE2 SSE FXSR FPU], dynamically linked, not stripped

gdb can't debug ELF64 executables, though:

$gdb gdb
GNU gdb 6.4.50.20060402
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-pc-solaris2.10"..."/local/gnu/bin/gdb": not in executable format: File format not recognized


I did some reading to see if I needed to do something special (like a "cross-compile", since configure defaulted to host=i386-pc-solaris2.10), but the bfd/config.bfd seems to indicate that any i[3-7]86-*-solaris2* should have bfd_elf64_x86_64_vec support, and "want64=true".  I'm assuming that means that gdb *should* by default support ELF64 executables.

BTW, this exact problem was reported by NAKAJI Hiroyuki in gnu.gdb.bug in December of 2005:

http://groups.google.com/group/gnu.gdb.bug/browse_thread/thread/85fd4d9d3d0a58af/28c3bacfc3a5daf7?lnk=st&q=%22not+in+executable%22+group%3Agnu.gdb.*&rnum=5&hl=en#28c3bacfc3a5daf7

There was no response to Nakaji's report.
>How-To-Repeat:
Install Solaris 10 (downloadable at no cost) on a 64-bit capable AMD box.

Install Sun Studio 11 (downloadable at no cost).

Configure and build gdb 6.4 or gdb-6.4+CVS using Studio 11, as a 64-bit executable.  The resulting gdb cannot debug 64 bit executables.

Note: I'm not saying this problem is specific to gdb when built with Studio 11 (as opposed to gcc) or as a 32 bit executable.  I haven't tried either of those cases, since I'm highly skeptical that they're relevant.  I will try them if you believe they are.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]