Is it possible to get the symbol's size using libunwind? Grubbing through the sources it looks like:

- unw_get_proc_name returns the offset from the cursor address back to the symbol (giving the symbol's address) but not the symbol's size

- unw_get_proc_info returns a start_ip and end_ip but that looks to be either the address range that the unwind applies to, or a guess at the size based on the next symbol's address

Andrew




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

Reply via email to