mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-24 00:07:39 +01:00
(unwi_extract_dynamic_info): Handle UNW_INFO_FORMAT_REMOTE_TABLE.
(Logical change 1.126)
This commit is contained in:
parent
dd8806c82d
commit
02d88bcf13
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ unwi_extract_dynamic_proc_info (unw_addr_space_t as, unw_word_t ip,
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case UNW_INFO_FORMAT_TABLE:
|
case UNW_INFO_FORMAT_TABLE:
|
||||||
|
case UNW_INFO_FORMAT_REMOTE_TABLE:
|
||||||
#ifdef tdep_search_unwind_table
|
#ifdef tdep_search_unwind_table
|
||||||
/* call platform-specific search routine: */
|
/* call platform-specific search routine: */
|
||||||
return tdep_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
|
return tdep_search_unwind_table (as, ip, di, pi, need_unwind_info, arg);
|
||||||
|
|
Loading…
Reference in a new issue