Hi, I understand that unw_get_proc_name() resolves the name of the procedure that the created the given stack frame. What I am missing is a function to retrieve the pathname of the shared object that this function is taken from. dladdr() seems to be able to get me this information, but it is also duplicating a lot of the work that unw_get_proc_name() is doing. Is this a missing feature in libunwind or am I just missing something important?
Regards, Sven PS: Sorry for the flood of mails, but I thought it'd be better to ask my (unrelated) questions in different mails... -- Sven Neumann <[email protected]> RAUMFELD GmbH _______________________________________________ Libunwind-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/libunwind-devel
