Comment #3 on issue 322 by [email protected]: Expose __sanitizer_symbolize_pc()
http://code.google.com/p/address-sanitizer/issues/detail?id=322

We could just say that we provide no guarantees about it being supported in the future, since it's only intended for debugging anyway. We already do this with __sanitizer_print_stack_trace().

I assume you could not use gdb for some reason?
The code was called several times with different function pointers, and I there was no way to know in advance which call was the interesting one.

you could just declare it at the call site.
It still has to be defined and declared with SANITIZER_INTERFACE_ATTRIBUTE in the runtime.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to