..
__ia64_install_context.S
Build only if UNW_REMOTE_ONLY is not defined.
2002-02-22 21:58:53 +00:00
init.c
Include <stdlib.h>.
2002-04-25 06:47:29 +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_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_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
(ia64_create_state_record) [IA_UNW_DEBUG]: Display state record for default
2002-04-25 06:47:29 +00:00
regs.c
(ia64_access_reg): r15-r18 should refer to sigcontext IFF the cursor is currently
2002-07-18 03:58:34 +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
(compile_reg): Use IA64_INSN_MOVE_SCRATCH instead of
2002-02-22 21:58:53 +00:00
script.h
Rename IA64_INSN_MOVE_SIGCONTEXT to IA64_INSN_MOVE_SCRATCH.
2002-02-22 21:58:53 +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
Update.
2002-04-05 23:37:55 +00:00
ucontext_i.h
(Logical change 1.3)
2002-02-15 23:22:05 +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
(unw_get_save_loc): Replace check for IA64_FLAG_SIGTRAMP with check against
2002-04-25 06:47:29 +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_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): Fix handling of sigtramp frames. Also work around bugs
2002-04-25 06:47:29 +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
(struct ia64_cursor): Add sigcontext_loc.
2002-04-25 06:47:29 +00:00