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:08 -0700
commitc91974f30feac05055621e33ca101a371236c786 (patch)
tree7b3694dfb42f8e2f81f745ef5777a182389b58e0
parentbcd8c4a888ccde2f5a4bfbf97f368ae8bdbca7da (diff)
downloadlibunwind-c91974f30feac05055621e33ca101a371236c786.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)