1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-24 00:07:39 +01:00
libunwind-eh_elf/src/ia64
model.com!marky c2262737f7 Fix typo in ia64_put()
(Logical change 1.24)
2002-11-14 19:12:58 +00:00
..
__ia64_install_context.S Build only if UNW_REMOTE_ONLY is not defined. 2002-02-22 21:58:53 +00:00
init.c (struct unw): Remove "hash" member. 2002-11-09 07:59:02 +00:00
init.h (common_int): Explicitly declare return type as "int". 2002-07-18 03:58:34 +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_flush_cache.c (Logical change 1.22) 2002-11-09 07:59:02 +00:00
Lunw_get_fpreg.c (Logical change 1.9) 2002-04-01 23:01:22 +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
parser.c (struct ia64_labeled_state): Move to unwind_i.h. 2002-07-18 03:58:34 +00:00
regs.c (ia64_scratch_loc): Handle b6 like b7. Reported by Robert Faught. 2002-11-09 03:59:27 +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 (ia64_per_thread_cache) [HAVE___THREAD]: New variable. 2002-11-09 07:59:02 +00:00
script.h (struct ia64_script_cache): New structure (broken out from global unwind state). 2002-11-09 07:59:02 +00:00
tables-glibc.c (get_kernel_table): Use sos_alloc()/sos_free() instead of malloc()/free(). 2002-07-18 03:58:34 +00:00
TODO Keep list of things to test. 2002-07-18 03:58:34 +00:00
ucontext_i.h (Logical change 1.3) 2002-02-15 23:22:05 +00:00
unw_flush_cache.c (Logical change 1.22) 2002-11-09 07:59:02 +00:00
unw_get_fpreg.c (Logical change 1.9) 2002-04-01 23:01:22 +00:00
unw_get_reg.c (Logical change 1.3) 2002-02-15 23:22:05 +00:00
unw_get_save_loc.c Fix bugs reported by Robert Faught: 2002-11-09 03:59:27 +00:00
unw_init_local.c SP is now read via UNW_IA64_GR + 12. 2002-04-12 05:02:40 +00:00
unw_init_remote.c (unw_init_remote): If UNW_LOCAL_ONLY is defined, return -UNW_EINVAL. Use common_init() 2002-02-28 16:24:48 +00:00
unw_is_signal_frame.c (unw_is_signal_frame): Need to (re-)create state record before we can check 2002-04-25 06:47:29 +00:00
unw_regname.c Fix typo which caused register names to be off by 7. 2002-04-19 05:35:46 +00:00
unw_resume.c (unw_resume): If UNW_LOCAL_ONLY is defined, directly call ia64_local_resume(). 2002-02-28 16:24:48 +00:00
unw_set_caching_policy.c (Logical change 1.22) 2002-11-09 07:59:02 +00:00
unw_set_fpreg.c (Logical change 1.9) 2002-04-01 23:01:22 +00:00
unw_set_reg.c (Logical change 1.3) 2002-02-15 23:22:05 +00:00
unw_step.c (update_frame_state): Print debug output when catching sigcontext location. 2002-07-18 03:58:34 +00:00
unwind_decoder.h Rename: src/ia64/unwind_decoder.c -> src/ia64/unwind_decoder.h 2002-02-23 20:27:03 +00:00
unwind_i.h Fix typo in ia64_put() 2002-11-14 19:12:58 +00:00