From 283db4d97074aff70077a870fddc910a9fa2cf9e Mon Sep 17 00:00:00 2001 From: Alexander Esilevich Date: Wed, 15 Sep 2010 00:47:34 +0700 Subject: [PATCH] Additional debug output was added --- src/dwarf/Gfind_proc_info-lsb.c | 4 ++++ 1 file changed, 4 insertions(+) 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