mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-24 16:27:37 +01: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:
parent
26718da171
commit
560ecfff77
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue