summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Esilevich <esil0x@gmail.com>2010-09-15 00:47:34 +0700
committerAlexander Esilevich <esil0x@gmail.com>2010-09-15 00:47:34 +0700
commit283db4d97074aff70077a870fddc910a9fa2cf9e (patch)
treeec39e2255b0eb5483b003ad13595b98d5e23acc1
parent5fd973cfe27cda58f00176bcc462b41e06d5542d (diff)
downloadlibunwind-283db4d97074aff70077a870fddc910a9fa2cf9e.tar.gz
Additional debug output was added
-rw-r--r--src/dwarf/Gfind_proc_info-lsb.c4
1 files changed, 4 insertions, 0 deletions
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