Ryan
2009-Apr-14 11:17 UTC
[dtrace-discuss] Any way to convert user addresses to symbol names?
Hi all, Is there any way to convert a user address to its corresponding symbol name? For kernel addresses printf("%a", addr) works nicely, but I can''t find anything similar for userland except for ustack(), which is too inflexible (ie only the current stack frame is supported and you''re stuck with the whole stack trace). Should this be (or is it already) an RFE? Thanks, Ryan -- This message posted from opensolaris.org