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]

[Bug gdb/10612] New: current gdb cvs builds a non-functional gdb on x86_64-apple-darwin10


The current gdb cvs can build a running binary on x86_64-apple-darwin10 using the commands...

../src/configure --disable-werror --build=x86_64-apple-darwin10 --target=x86_64-apple-
darwin10 --target=x86_64-apple-darwin10 --prefix=/Users/howarth/gdb_cvs/dist

The resulting gdb produces the following output when trying to debug an x86_64 binary built with 
debug code generation...

[Macintosh-2:~] howarth% ./gdb_cvs/dist/bin/gdb ./a.out
GNU gdb (GDB) 6.8.50.20090906-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin10".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
unable to read unknown load command 0x22
unable to read unknown load command 0x22
Reading symbols from /Users/howarth/a.out...(no debugging symbols found)...done.

-- 
           Summary: current gdb cvs builds a non-functional gdb on x86_64-
                    apple-darwin10
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: howarth at bromo dot med dot uc dot edu
                CC: gdb-prs at sourceware dot org
 GCC build triplet: x86_64-apple-darwin10
  GCC host triplet: x86_64-apple-darwin10
GCC target triplet: x86_64-apple-darwin10


http://sourceware.org/bugzilla/show_bug.cgi?id=10612

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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