diff --git a/src/dwarf/Gfind_proc_info-lsb.c b/src/dwarf/Gfind_proc_info-lsb.c index 4b4c7a03..e294de43 100644 --- a/src/dwarf/Gfind_proc_info-lsb.c +++ b/src/dwarf/Gfind_proc_info-lsb.c @@ -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