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: "Shawn Erickson" <email@hidden>
- Date: Fri, 2 Jun 2006 08:05:16 -0700
On 6/2/06, Greg Hurrell <email@hidden> wrote:
El 01/06/2006, a las 2:22, Jason Molenda escribió:
> If your pre-stripped release binary was built with debug symbols
> (stabs for now), atos can do the same. You may be building your
> release build without debug symbols - in which case neither gdb nor
> atos can do much more than function names.
Interesting... When I run atos I definitely *don't* get line number
information:
$ atos -arch i386 -o App_i386_unstripped 0x000d77c
-[GHController handleNotification:] (in App_i386_unstripped)
When using DWARF you won't get line numbers if you use STABS you will
(assuming you build your release product with debug symbols and it
really is unstripped). At this time atos doesn't understand DWARF well
enough to get line information, it can only locate function names.
I do this all the time with my cached unstripped release product that
has STABS symbols. You do get line numbers.
-Shawn
_______________________________________________
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