mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
(unwi_get_proc_name): Handle UNW_INFO_FORMAT_REMOTE_TABLE.
(Logical change 1.126)
This commit is contained in:
parent
02d88bcf13
commit
fb7578ac55
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue