Re: gdb: "No line number information available for address...." :(
Re: gdb: "No line number information available for address...." :(
- Subject: Re: gdb: "No line number information available for address...." :(
- From: Jonas Maebe <email@hidden>
- Date: Tue, 28 Jul 2009 23:49:14 +0200
On 28 Jul 2009, at 23:44, Jerry Krinock wrote:
Thanks, Jason. Indeed, dwarfdump thinks that my dSYM is empty:
Jerrys-Mac-Mini:~ jk$ dwarfdump --arch=i386 --debug-line Documents/
Programming/Builds/Shipped/Bookdog_5.3.3/Bookdog.app.dSYM
----------------------------------------------------------------------
File: Documents/Programming/Builds/Shipped/Bookdog_5.3.3/
Bookdog.app.dSYM/Contents/Resources/DWARF/Bookdog (architecture i386)
----------------------------------------------------------------------
.debug_line contents:
< EMPTY >
Jerrys-Mac-Mini:~ jk$ dwarfdump --arch=i386 -r 0 Documents/
Programming/Builds/Shipped/Bookdog_5.3.3/Bookdog.app.dSYM
----------------------------------------------------------------------
File: Documents/Programming/Builds/Shipped/Bookdog_5.3.3/
Bookdog.app.dSYM/Contents/Resources/DWARF/Bookdog (architecture i386)
----------------------------------------------------------------------
.debug_info contents:
< EMPTY >
Jerrys-Mac-Mini:~ jk$
However, the file Bookdog_5.3.3/Bookdog.app.dSYM/Contents/Resources/
DWARF/Bookdog is not empty. It contains 3,251,947 bytes. When I
open it in HexFiend I see lots of hex, including lots of text, and
lots of source file paths.
Maybe it only contains debug information for powerpc? What does this
show:
dwarfdump --arch=ppc --debug-line Documents/Programming/Builds/Shipped/
Bookdog_5.3.3/Bookdog.app.dSYM
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden