1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-15 18:05:17 +02:00

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

View file

@ -271,7 +271,7 @@ debug_frame_tab_compare (const void *a, const void *b)
return 0; return 0;
} }
HIDDEN int int
dwarf_find_debug_frame (int found, unw_dyn_info_t *di_debug, unw_word_t ip, 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 segbase, const char* obj_name,
unw_word_t start, unw_word_t end) unw_word_t start, unw_word_t end)