libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] Function Address


From: Jose Flavio
Subject: [Libunwind-devel] Function Address
Date: Fri, 10 Aug 2007 12:53:46 -0300

Hi people,

Im looking into solving the problems in getting function address.
Im facing problems in ptrace interface, because:
_UPT_get_proc_name(..) calls 
elfXX_get_proc_name(..) which calls
elfXX_lookup_symbol(..)

the problem is that I dont have arch specific method in this chain to
resolve the function symbol, because:
sym->st_value

has a address in TOC, so I cant rely in finding the Instruction Pointer
the the sym->st_value (I need to translate that first).

first I would like to know if you are understanding the problem!

Thanks!

José Flávio Aguilar Paulino





reply via email to

[Prev in Thread] Current Thread [Next in Thread]