Re: DWARF format and stripping (addresses to symbols + line numbers)
Re: DWARF format and stripping (addresses to symbols + line numbers)
- Subject: Re: DWARF format and stripping (addresses to symbols + line numbers)
- From: Greg Hurrell <email@hidden>
- Date: Sat, 3 Jun 2006 19:54:40 +0200
El 02/06/2006, a las 23:05, Jim Ingham escribió:
Do you use the "Link only Essential Symbols" option when you build
with stabs? That leaves most of the stabs debug information in
the .o files (including the line tables) and carries over only what
is necessary for the debugger to figure out what the linker did.
We didn't teach atos to find the line tables in the .o files for
stabs, however, so atos won't work in this case.
That is indeed the explanation...
ONLY_LINK_ESSENTIAL_SYMBOLS = YES
I think I'll change that to NO, seeing as I don't see much benefit
from it (shorter link times) compared with the cost (losing line
numbers when interpreting crash reports with atos).
Cheers,
Greg
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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