• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: DWARF format and stripping (addresses to symbols + line numbers)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: DWARF format and stripping (addresses to symbols + line numbers)
      • From: Greg Hurrell <email@hidden>
References: 
 >Re: DWARF format and stripping (addresses to symbols + line numbers) (From: Greg Hurrell <email@hidden>)

  • Prev by Date: RE: Newbie: How do I compile this?
  • Next by Date: multiple definitions of symbol ___cxa_atexit and _atexit warning
  • Previous by thread: Re: DWARF format and stripping (addresses to symbols + line numbers)
  • Next by thread: Re: DWARF format and stripping (addresses to symbols + line numbers)
  • Index(es):
    • Date
    • Thread