On Sun, Jun 8, 2014 at 5:20 AM, Arun Sharma <[email protected]> wrote:
> On Sat, Jun 7, 2014 at 7:12 AM, Dmitri Shubin <[email protected]> wrote: > > I need to resolve function name by its IP, but found only > > unw_get_proc_name() which needs cursor and unw_get_proc_info_by_ip() > which > > doesn't return function name. > > http://lists.nongnu.org/archive/html/libunwind-devel/2012-01/msg00002.html Thanks for the link. That's exactly the problem I want to solve -- resolve function names for backtraces taken earlier. However your reply is not available for some reason in ml archive. > > > It's not clear that libunwind is the best library to do this. > Well, having unw_get_proc_name(), unw_get_proc_info() and unw_get_proc_info_by_ip() I think it's quite logical and orthogonal to have also unw_get_proc_name_by_ip() > > -Arun >
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
