1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-02 21:51:45 +02:00
libunwind-eh_elf/src/ia64
mostang.com!davidm 8f82941a84 (script_finalize): Also initialize the proc_info.
(build_script): For signal-frames, generate an instruction that will set
	is_signal_frame to TRUE.

2002/12/11 12:27:36-08:00 mostang.com!davidm
Rename: src/ia64/script.c -> src/ia64/Gscript.c

(Logical change 1.30)
2002-12-12 09:17:41 +00:00
..
__ia64_install_context.S Switch to MIT license. 2002-11-16 03:25:36 +00:00
Gget_proc_name.c (Logical change 1.30) 2002-12-12 09:17:41 +00:00
Gparser.c (get_proc_info): Take additional "need_unwind_info" argument and set pi_valid 2002-12-12 09:17:41 +00:00
Gscript.c (script_finalize): Also initialize the proc_info. 2002-12-12 09:17:41 +00:00
init.c (access_mem): Adjust for fact that address-space is now passed as first arg. 2002-12-03 08:19:58 +00:00
init.h (common_init): Clear "is_signal_frame". Instead of calling ia64_make_proc_info(), 2002-12-12 09:17:41 +00:00
Lget_proc_name.c (Logical change 1.30) 2002-12-12 09:17:41 +00:00
Linit.c Initial revision 2002-02-28 16:24:48 +00:00
Lparser.c Initial revision 2002-02-28 16:24:48 +00:00
Lregs.c Initial revision 2002-02-28 16:24:48 +00:00
Lregs.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
Lscript.c Initial revision 2002-02-28 16:24:48 +00:00
Lscript.c~ Initial revision 2002-02-28 16:24:48 +00:00
Lunw_create_addr_space.c (Logical change 1.27) 2002-11-16 06:50:04 +00:00
Lunw_destroy_addr_space.c (Logical change 1.27) 2002-11-16 06:50:04 +00:00
Lunw_find_dynamic_proc_info.c (Logical change 1.29) 2002-12-03 08:19:58 +00:00
Lunw_flush_cache.c (Logical change 1.22) 2002-11-09 07:59:02 +00:00
Lunw_get_accessors.c (Logical change 1.29) 2002-12-03 08:19:58 +00:00
Lunw_get_fpreg.c (Logical change 1.9) 2002-04-01 23:01:22 +00:00
Lunw_get_proc_info.c (Logical change 1.29) 2002-12-03 08:19:58 +00:00
Lunw_get_reg.c Initial revision 2002-02-28 16:24:48 +00:00
Lunw_get_reg.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
Lunw_get_save_loc.c (Logical change 1.10) 2002-04-03 06:51:34 +00:00
Lunw_init_local.c Initial revision 2002-02-28 16:24:48 +00:00
Lunw_init_remote.c Initial revision 2002-02-28 16:24:48 +00:00
Lunw_is_signal_frame.c (Logical change 1.18) 2002-04-25 06:47:29 +00:00
Lunw_resume.c Initial revision 2002-02-28 16:24:48 +00:00
Lunw_set_caching_policy.c (Logical change 1.22) 2002-11-09 07:59:02 +00:00
Lunw_set_fpreg.c (Logical change 1.9) 2002-04-01 23:01:22 +00:00
Lunw_set_reg.c Initial revision 2002-02-28 16:24:48 +00:00
Lunw_step.c Initial revision 2002-02-28 16:24:48 +00:00
NOTES Clarify comment about proc_info. 2002-02-15 23:51:28 +00:00
offsets.h Initial revision 2002-02-22 21:58:53 +00:00
regs.c (ia64_access_reg): Remove handling of UNW_REG_PROC_START, UNW_REG_HANDLER, and 2002-12-03 08:19:58 +00:00
regs.h (rotate_gr): If the register is outside the current stacked frame, return -1. 2002-04-25 06:47:29 +00:00
rse.h To simplify cross-compilation, use unw_word_t instead of long pointers 2002-02-22 21:58:53 +00:00
script.c (get_script_cache): Flush cache only if the generation-numbers differ. 2002-12-03 08:19:58 +00:00
script.h (struct ia64_script): Change type of "pi" member from struct ia64_proc_info to 2002-12-03 08:19:58 +00:00
tables.c (is_local_addr_space): New function. 2002-12-12 09:17:41 +00:00
TODO Keep list of things to test. 2002-07-18 03:58:34 +00:00
ucontext_i.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unw_create_addr_space.c (Logical change 1.27) 2002-11-16 06:50:04 +00:00
unw_destroy_addr_space.c (Logical change 1.27) 2002-11-16 06:50:04 +00:00
unw_flush_cache.c (unw_flush_cache): Adjust for new arguments. 2002-11-16 06:50:04 +00:00
unw_get_accessors.c (Logical change 1.29) 2002-12-03 08:19:58 +00:00
unw_get_fpreg.c Switch to MIT license. 2002-11-16 03:25:36 +00:00
unw_get_proc_info.c (Logical change 1.29) 2002-12-03 08:19:58 +00:00
unw_get_reg.c Switch to MIT license. 2002-11-16 03:25:36 +00:00
unw_get_save_loc.c (unw_get_save_loc): Remove handling of UNW_REG_PROC_START, UNW_REG_HANDLER, 2002-12-03 08:19:58 +00:00
unw_init_local.c (unw_init_local): Initialize c->as_arg with context-pointer (instead of c->uc). 2002-11-16 06:50:04 +00:00
unw_init_remote.c (unw_init_remote): Adjust for new interface. 2002-11-16 06:50:04 +00:00
unw_is_signal_frame.c Switch to MIT license. 2002-11-16 03:25:36 +00:00
unw_regname.c (unw_regname): Remove names for UNW_REG_PROC_START, UNW_REG_HANDLER, and 2002-12-03 08:19:58 +00:00
unw_resume.c (ia64_local_resume): Adjust for new address-space argument. 2002-12-03 08:19:58 +00:00
unw_set_caching_policy.c (unw_set_caching_policy): Adjust for new interface. 2002-11-16 06:50:04 +00:00
unw_set_fpreg.c Switch to MIT license. 2002-11-16 03:25:36 +00:00
unw_set_reg.c Switch to MIT license. 2002-11-16 03:25:36 +00:00
unw_step.c (update_frame_state): Do an early return if IP is zero (end of chain). 2002-12-03 08:19:58 +00:00
unwind_decoder.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unwind_i.h (struct ia64_proc_info): Delete. 2002-12-03 08:19:58 +00:00