Re: Symbolizing Crash Dump with atos. How does it get the .dSYM?
Re: Symbolizing Crash Dump with atos. How does it get the .dSYM?
- Subject: Re: Symbolizing Crash Dump with atos. How does it get the .dSYM?
- From: Jerry Krinock <email@hidden>
- Date: Tue, 26 Feb 2008 09:00:59 -0800
On 2008 Feb, 26, at 8:12, Rick Altherr wrote:
Let me clarify (2) for the edification of the list....
gdb also has a feature that tries to save the user a bit of time
entering commands.
By specifying the 'set sharedlibrary preload-libraries no' command
before the 'file' command, you tell gdb to _not_ load all the
libraries the binary is directly linked against. This means that a
single binary is loaded into gdb's symbol knowledge base and no
symbols are overwritten.
So, with the preload-libraries feature turned off, I guess that if I
ever needed to identify a symbol in a library, I'd have to execute a
'file' command to load that library. (But I can worry about that if/
when I ever need to.)
Thanks for the explanation, Rick, and also posting my final working
example which I sent privately to you yesterday by mistake instead of
to the list.
I've filed the bug on http://developer.apple.com/tools/xcode/symbolizingcrashdumps.html
. It is Bug ID# 5765683.
_______________________________________________
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