Re: query for system framework symbols
Re: query for system framework symbols
- Subject: Re: query for system framework symbols
- From: Arnab Ganguly <email@hidden>
- Date: Sat, 29 Aug 2009 01:20:08 +0530
Is there any tool available which can give me the symbols for the System framework present in a binary or in the symbol file ? Like the system symbol resolution what we get in the crash logs.
Thanks
-A
On Sat, Aug 29, 2009 at 1:08 AM, Terry Lambert
<email@hidden> wrote:
On Aug 28, 2009, at 12:06 PM, Arnab Ganguly wrote:
Hi All,
Is it possible to embed the system frameworks symbols in the DWARF/stabs file, considering the target OS is Mac OS X ? Like the utility dwarfdump should show me the system frameworks symbols as well and atos in case of stabs.
I have no idea what you think you don't have available to you, but I just did:
nm /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
and it dumped a whole bunch of symbols.
As far as atos, goes, it knows about both dwarf and stabs.
We haven't shipped a compiler that does stabs by default for a while now.
Are you asking for DWARF/stabs debugging information for system frameworks? If so, there are no user serviceable parts inside.
-- Terry
_______________________________________________
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