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 7377d07464 (ia64_access_reg): When writing UNW_REG_IP, invalidate the proc_info if the new
IP is outside the range of the old procedure.
	When writing one of the exception argument registers, track the update
	in c->eh_valid_mask.

(Logical change 1.45)
2003-02-08 10:10:59 +00:00
..
__ia64_install_context.S Begin to support resuming execution beyond a signal handler frame (not working yet). 2003-01-21 17:41:20 +00:00
flush_cache-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Gcreate_addr_space-ia64.c Rename: src/ia64/Gcreate_addr_space.c -> src/ia64/Gcreate_addr_space-ia64.c 2002-12-19 07:16:50 +00:00
Gdestroy_addr_space-ia64.c Initial revision 2002-12-19 07:16:50 +00:00
get_accessors-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Gget_fpreg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_proc_info-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_proc_name-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_reg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_save_loc-ia64.c (unw_get_save_loc): Rename AR_25 to AR_CSD. 2003-01-28 03:40:06 +00:00
Ginit-ia64.c (uc_addr): Correct value returned for AR_BSPSTORE. 2003-01-21 17:41:20 +00:00
Ginit_local-ia64.c Minor reformatting. 2003-01-23 10:04:09 +00:00
Ginit_remote-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gis_signal_frame-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
global-ia64.c Add copyright notice. 2003-01-21 17:41:20 +00:00
Gparser-ia64.c (create_state_record_for): Fix thinko in test whether bsp/bspstore/rnat have been 2003-01-23 10:04:09 +00:00
Gregs-ia64.c (ia64_access_reg): When writing UNW_REG_IP, invalidate the proc_info if the new 2003-02-08 10:10:59 +00:00
Gresume-ia64.c (ia64_local_resume): Begin to support unw_resume() that goes across a signal 2003-01-21 17:41:20 +00:00
Gscript-ia64.c (compile_reg): store register number for MOVE_STACKED. 2003-01-23 10:04:09 +00:00
Gset_fpreg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gset_reg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gstep-ia64.c (update_frame_state): Handle "cfm" cache. 2003-01-23 18:47:51 +00:00
init.h (common_init): Don't initialize eh_args[] pro-actively; do it lazily. 2003-02-08 10:10:59 +00:00
Lcreate_addr_space-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Ldestroy_addr_space-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lget_accessors-ia64.c Rename: src/ia64/Lget_accessors.c -> src/ia64/Lget_accessors-ia64.c 2002-12-19 07:16:50 +00:00
Lget_fpreg-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lget_proc_info-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lget_proc_name-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lget_reg-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lget_save_loc-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Linit-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Linit_local-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Linit_remote-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lis_signal_frame-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lparser-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lregs-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lregs.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
Lresume-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lscript-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lscript.c~ Initial revision 2002-02-28 16:24:48 +00:00
Lset_fpreg-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lset_reg-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lstep-ia64.c Regenerate. 2002-12-19 07:16:50 +00:00
Lunw_get_reg.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
NOTES Clarify comment about proc_info. 2002-02-15 23:51:28 +00:00
offsets.h (SIGCONTEXT_AR_CSD_OFF): Rename from SIGCONTEXT_AR_25_OFF. 2003-01-28 03:40:06 +00:00
rbs-ia64.c (rbs_record_switch): Fix it so it stands a chance of working in all cases. 2003-01-23 10:04:09 +00:00
regname-ia64.c (unw_regname0: Use NELEMS() instead of corresponding open code. 2003-01-21 17:41:20 +00:00
regs.h (rotate_gr): When rotating an out-of-frame register, return the original register 2003-01-28 03:40:06 +00:00
rse.h Fix comment for ia64_rse_num_regs(). 2003-01-21 08:08:32 +00:00
set_caching_policy-ia64.c Rename: src/ia64/set_caching_policy.c -> src/ia64/set_caching_policy-ia64.c 2002-12-19 07:16:50 +00:00
tables-ia64.c (_Uia64_search_unwind_table): Return a valid gp-value in the proc-info even when 2003-02-08 10:10:59 +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
unwind_decoder.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unwind_i.h (_Uia64_install_context): Rename from __ia64_install_context(). Change signature. 2003-02-08 10:10:59 +00:00