Re: Why no execinfo.h?
Re: Why no execinfo.h?
- Subject: Re: Why no execinfo.h?
- From: Steve Checkoway <email@hidden>
- Date: Fri, 21 Apr 2006 00:18:47 -0700
On Apr 20, 2006, at 4:56 PM, Rush Manbert wrote:
The only remaining issue is that the name returned by dladdr is
mangled. My function called "level" is returned as _Z5leveli. I
know about c++filt, is there any library function that can demangle
the names?
There is. It's in <cxxabi.h>
char * abi::__cxa_demangle( const char *mangled_name, char
*output_buffer, size_t *length, int *status );
I'm not sure what the status field is, but the rest is clear.
- Steve
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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