1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00
libunwind-eh_elf/src/ia64
mostang.com!davidm 9316bbb8f4 (enum ia64_script_insn_opcode): Moved to here from script.h.
Added operations IA64_INSN_ADD_PSP_NAT, IA64_INSN_ADD_SP_NAT,
	IA64_INSN_MOVE_NAT, IA64_INSN_MOVE_NO_NAT,
	IA64_INSN_MOVE_STACKED_NAT, IA64_INSN_MOVE_STACKED_NAT,
	IA64_INSN_MOVE_SCRATCH_NAT, and IA64_INSN_MOVE_SCRATCH_NO_NAT.
(emit_nat_info): Remove---it's no longer needed.
(compile_reg): Emit special op-codes when compiling a preserved
	static register, such that it's NaT-info can be updated.
(set_nat_info): New function.
(run_script): Implement new script instructions.

(Logical change 1.181)
2004-02-27 08:54:25 +00:00
..
dyn_info_list-ia64.S Rename: src/ia64/global-asm-ia64.S -> src/ia64/dyn_info_list-ia64.S 2004-01-03 10:50:24 +00:00
Gcreate_addr_space-ia64.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
Gget_proc_info-ia64.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
Gget_save_loc-ia64.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
Gglobal-ia64.c (tdep_init): Fix typo in nat_val_bytes[] (too much cut & paste). 2004-02-27 00:46:01 +00:00
Ginit-ia64.c (access_mem): Lower the debug level to 12, to be in sync with access_reg(). 2004-02-19 01:30:13 +00:00
Ginit_local-ia64.c (unw_init_local): Add Debug() statement. 2004-02-14 07:49:50 +00:00
Ginit_remote-ia64.c (unw_init_remote): Add Debug() statement. 2004-02-14 07:49:50 +00:00
Ginstall_cursor-ia64.S Rename: src/ia64/Ginstall_cursor.S -> src/ia64/Ginstall_cursor-ia64.S 2004-01-30 00:01:24 +00:00
Gis_signal_frame-ia64.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
Gparser-ia64.c Convert from debug() to Debug(). 2004-01-30 00:01:24 +00:00
Grbs-ia64.c (rbs_find): New function. 2004-02-19 01:37:27 +00:00
Gregs-ia64.c (access_nat): Fix that NaT-location calculation for the case where the NaT 2004-02-27 00:54:27 +00:00
Gresume-ia64.c Convert from debug() to Debug(). 2004-01-30 00:01:24 +00:00
Gscript-ia64.c (enum ia64_script_insn_opcode): Moved to here from script.h. 2004-02-27 08:54:25 +00:00
Gstep-ia64.c (unw_step): Add Debug() statement. 2004-02-14 07:49:50 +00:00
Gtables-ia64.c Convert from debug() to Debug(). 2004-01-30 00:01:24 +00:00
init.h (common_init): Initialize NaT-bit locations via IA64_REG_NAT_LOC() 2004-02-27 08:54:25 +00:00
Lcreate_addr_space-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_proc_info-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_save_loc-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lglobal-ia64.c Initial revision 2004-01-03 10:50:24 +00:00
Linit-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit_local-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit_remote-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linstall_cursor-ia64.S Regenerate. 2004-02-14 04:46:31 +00:00
Lis_signal_frame-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lparser-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lrbs-ia64.c Initial revision 2003-04-23 05:56:59 +00:00
Lregs-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lregs.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
Lresume-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lscript-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lscript.c~ Initial revision 2002-02-28 16:24:48 +00:00
Lstep-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Ltables-ia64.c Initial revision 2004-01-03 10:50:24 +00:00
Lunw_get_reg.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
mk_Gcursor_i-ia64.c (tab): Declare as "static". 2003-11-27 06:52:54 +00:00
mk_Lcursor_i-ia64.c Initial revision 2003-04-24 20:45:07 +00:00
NOTES Clarify comment about proc_info. 2002-02-15 23:51:28 +00:00
offsets.h (LINUX_SC_AR_SSD_OFF): Rename from LINUX_SC_AR_26_OFF. 2003-07-08 22:29:34 +00:00
regname-ia64.c Include "internal.h" instead of "unwind_i.h" to avoid name-space 2004-01-20 23:32:28 +00:00
regs.h Convert from debug() to Debug(). 2004-01-30 00:01:24 +00:00
rse.h Don't include "config.h" here. 2003-12-04 07:38:25 +00:00
setjmp-ia64.S (Logical change 1.45) 2003-02-08 10:10:59 +00:00
siglongjmp-ia64.S (sigprocmask): Declare as "global" (Intel assembler insists on this). 2003-03-27 04:29:07 +00:00
sigsetjmp-ia64.S (sigprocmask): Declare as global (Intel assembler insists on this). 2003-03-27 04:29:07 +00:00
ucontext_i.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unwind_decoder.h (unw_decode_r1): "inline" it. 2003-12-21 07:21:28 +00:00
unwind_i.h (IA64_REG_LOC): Pass NULL as third argument to tdep_uc_addr(). 2004-02-27 08:54:25 +00:00