1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

(ia64_fetch_proc_info): New procedure.

(Logical change 1.95)
This commit is contained in:
mostang.com!davidm 2003-09-18 06:09:22 +00:00
parent 6f01170a26
commit d6946f580b

View file

@ -365,6 +365,7 @@ struct ia64_labeled_state
/* Convenience macros: */
#define ia64_make_proc_info UNW_OBJ(make_proc_info)
#define ia64_fetch_proc_info UNW_OBJ(fetch_proc_info)
#define ia64_create_state_record UNW_OBJ(create_state_record)
#define ia64_free_state_record UNW_OBJ(free_state_record)
#define ia64_find_save_locs UNW_OBJ(find_save_locs)
@ -383,6 +384,10 @@ struct ia64_labeled_state
#define ia64_init UNW_ARCH_OBJ(init)
extern int ia64_make_proc_info (struct cursor *c);
extern int ia64_fetch_proc_info (struct cursor *c, unw_word_t ip,
int need_unwind_info);
/* The proc-info must be valid for IP before this routine can be
called: */
extern int ia64_create_state_record (struct cursor *c,
struct ia64_state_record *sr);
extern int ia64_free_state_record (struct ia64_state_record *sr);