mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-03 19:57:39 +01:00
Additional debug output was added
This commit is contained in:
parent
5fd973cfe2
commit
283db4d970
1 changed files with 4 additions and 0 deletions
|
@ -937,6 +937,10 @@ dwarf_search_unwind_table_ (unw_addr_space_t as, unw_word_t ip,
|
||||||
#endif
|
#endif
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
Debug(15, "dwarf_search_unwind_table_: ip=0x%lx, segbase=%x, "
|
||||||
|
"table_len=%d, table=%x, debug_frame_base=%x",
|
||||||
|
ip, segbase, table_len, table, debug_frame_base);
|
||||||
|
|
||||||
a = unw_get_accessors (as);
|
a = unw_get_accessors (as);
|
||||||
|
|
||||||
#ifndef UNW_REMOTE_ONLY
|
#ifndef UNW_REMOTE_ONLY
|
||||||
|
|
Loading…
Reference in a new issue