1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-03 03:37:38 +01:00

Additional debug output was added

This commit is contained in:
Alexander Esilevich 2010-09-15 00:47:34 +07:00
parent 5fd973cfe2
commit 283db4d970

View file

@ -937,6 +937,10 @@ dwarf_search_unwind_table_ (unw_addr_space_t as, unw_word_t ip,
#endif
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);
#ifndef UNW_REMOTE_ONLY