Info request on "DWARF with DSYM" settings
Info request on "DWARF with DSYM" settings
- Subject: Info request on "DWARF with DSYM" settings
- From: Arnab Ganguly <email@hidden>
- Date: Fri, 31 Jul 2009 22:14:56 +0530
Hi All,
My Xcode project output is a Mach-O universal binary with 2 architectures (ppc, i386).
Xcode version is 3.1.3 and Mac OS X version is 10.5.7 and Xcode project setting is "DWARF with DSYM".
I have an application which basically on basis of program counter it parses the DWARF file and gives the file name, line number and the function name information
In case of Debug build when I crash some application, Apple Crash reports get the file name , line number, function name and even this matches with my application generated output from the dSYM file it is being generated.
When I go to Release build the crash report generated doesn't match with the output my application generated by parsing the DWARF/DSYM file.
Xcode project setting I followed from the following link
Generate Debug Symbols Yes
Debug Information Format "DWARF with dSYM file"
Deployment Postprocessing Yes
Strip Linked Product Yes
Use Separate Strip Yes
Strip Debug Symbols During Copy No
I got if from the following link :
http://developer.apple.com/tools/xcode/symbolizingcrashdumps.htmlWhy is this difference happening.Is some more changes are required or I am doing something silly.Any help would be very much appreciated.
Thanks in advance
-A
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden