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: b56e4cb889 ("ALIAS dwarf symbols")
This commit is contained in:
Dave Watson 2018-04-03 11:10:50 -07:00
parent 26718da171
commit 560ecfff77
1 changed files with 1 additions and 1 deletions

View File

@ -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)