• 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: weird message in gdb
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: weird message in gdb


  • Subject: Re: weird message in gdb
  • From: Scott F Bayes <email@hidden>
  • Date: Fri, 16 Sep 2011 13:05:45 -0700

Thanks Jim,

I ran strip -S on the binary in the bundle and its size went from 101128 to  94088, and the gdb message went away. I guess the picker still works, haven't tried it.


ScottB


On Sep 16, 2011, at 11:05 , Jim Ingham wrote:

> On MacOS X the totality of the debug information is not copied into the resultant binary, but left in the .o files and the only debug info in the binary is the list of source files  and paths to associated .o files.  If you want to keep the debug information long term, you make a dSYM file (Xcode does this by default for the release configuration.)  But if you're going to ship a library, you also should strip the debug information with "strip -S", since all it does is tell the debugger about .o files your users don't have...  Again, Xcode does this by default for release configurations.  But if somebody did ship a library with this debug information still in it, you can run "strip -S" on it yourself.  All this does is remove debug information, so it won't affect the usefulness of the library, and that way you won't get these messages anymore.
>
> Jim
>
>> 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
>

 _______________________________________________
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

References: 
 >weird message in gdb (From: Scott F Bayes <email@hidden>)
 >Re: weird message in gdb (From: Joar Wingfors <email@hidden>)
 >Re: weird message in gdb (From: Scott F Bayes <email@hidden>)
 >Re: weird message in gdb (From: Jens Alfke <email@hidden>)
 >Re: weird message in gdb (From: Bayes Scott F <email@hidden>)
 >Re: weird message in gdb (From: Jim Ingham <email@hidden>)

  • Prev by Date: Re: No longer use NSLog() in Xcode 4?
  • Next by Date: Symbol not found: ___umoddi3
  • Previous by thread: Re: weird message in gdb
  • Next by thread: Can't assign Xcode to be default app for .php files
  • Index(es):
    • Date
    • Thread