mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
From David Mosberger <davidm@hpl.hp.com>:
* libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments with a single unw_dyn_info_t pointer. (libunwind_find_dyn_list): Likewise. * libunwind-frame.h: Likewise. * ia64-tdep.c (ia64_find_unwind_table): Switch to using UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the entire unwind-table at once. Support for this table format has been added to libunwind v0.95. (ia64_find_proc_info_x): Adjust for remote-unwind-table changes. (ia64_get_dyn_info_list): Adjust for interface change for libunwind_find_dyn_list().
This commit is contained in:
@ -55,9 +55,9 @@ int libunwind_is_initialized (void);
|
||||
int libunwind_search_unwind_table (void *as, long ip, void *di,
|
||||
void *pi, int need_unwind_info, void *args);
|
||||
|
||||
unw_word_t libunwind_find_dyn_list (unw_addr_space_t, void *, size_t,
|
||||
unw_word_t, unw_word_t, void *);
|
||||
|
||||
unw_word_t libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *,
|
||||
void *);
|
||||
|
||||
#endif /* libunwind-frame.h */
|
||||
|
||||
#endif /* HAVE_LIBUNWIND_H */
|
||||
|
Reference in New Issue
Block a user