summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2018-04-03 11:10:50 -0700
committerDave Watson <davejwatson@fb.com>2018-04-03 11:14:34 -0700
commit560ecfff77dae6a92817b8f299fea1cf0e6897a5 (patch)
tree17496c0d6d12480d6db07296d70ed2980ed0383f
parent26718da1713a5698070e702e68db1f995baeae07 (diff)
downloadlibunwind-560ecfff77dae6a92817b8f299fea1cf0e6897a5.tar.gz
dwarf: make dwarf_find_debug_frame public
linux kernel's perf tool depends on this being public. reported-by: Luke Diamand <luke@diamand.org> blame: b56e4cb88989f82988a6a70acb32e187e88b5cac ("ALIAS dwarf symbols")
-rw-r--r--src/dwarf/Gfind_proc_info-lsb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dwarf/Gfind_proc_info-lsb.c b/src/dwarf/Gfind_proc_info-lsb.c
index 509ceff4..c18783e0 100644
--- a/src/dwarf/Gfind_proc_info-lsb.c
+++ b/src/dwarf/Gfind_proc_info-lsb.c
@@ -271,7 +271,7 @@ debug_frame_tab_compare (const void *a, const void *b)
return 0;
}
-HIDDEN int
+int
dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip,
unw_word_t segbase, const char* obj_name,
unw_word_t start, unw_word_t end)