Resolve line numbers from a stack dump
I have an application with a mutex dead lock. This program is compiled with CC and the flag 杇.
With pstack(pid) I get a proper stack dump with symbol names and hex addresses.
Is there any way to resolve those hex addresses to line numbers from the source file?
GNU got a tool named addr2line which solve this problem, is there any corresponding tools for Solaris 10?

