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



_______________________________________________
Libunwind-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to