1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 04:31:45 +02:00

(unwi_get_proc_name): Handle UNW_INFO_FORMAT_REMOTE_TABLE.

(Logical change 1.126)
This commit is contained in:
hp.com!davidm 2003-11-25 22:33:49 +00:00
parent 02d88bcf13
commit fb7578ac55

View file

@ -69,6 +69,7 @@ unwi_get_proc_name (unw_addr_space_t as, unw_word_t ip,
break;
case UNW_INFO_FORMAT_TABLE:
case UNW_INFO_FORMAT_REMOTE_TABLE:
/* XXX should we create a fake name, e.g.: "tablenameN",
where N is the index of the function in the table??? */
ret = -UNW_ENOINFO;