summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs reported by Robert Faught:mostang.com!davidm2002-11-091-1/+2
* (ia64_scratch_loc): Handle b6 like b7. Reported by Robert Faught.mostang.com!davidm2002-11-091-0/+2
* (Logical change 1.20)mostang.com!davidm2002-09-261-0/+1108
* Initial revisionmostang.com!davidm2002-09-261-0/+0
* Minor formatting fixes.mostang.com!davidm2002-07-181-6/+20
* Keep list of things to test.mostang.com!davidm2002-07-181-0/+4
* (Logical change 1.19)mostang.com!davidm2002-07-182-0/+238
* Initial revisionmostang.com!davidm2002-07-182-0/+0
* (update_frame_state): Print debug output when catching sigcontext location.mostang.com!davidm2002-07-181-0/+2
* (unw_get_save_loc): Remove unused variables sc_addr and ret.mostang.com!davidm2002-07-181-2/+1
* (struct ia64_labeled_state): Move to unwind_i.h.mostang.com!davidm2002-07-181-16/+9
* (libunwind_la_SOURCES_common): Mention mempool.h and mempool.c.mostang.com!davidm2002-07-181-1/+2
* (ia64_init): Initialize mempools.mostang.com!davidm2002-07-181-0/+5
* (ia64_access_reg): r15-r18 should refer to sigcontext IFF the cursor is curre...mostang.com!davidm2002-07-181-1/+1
* (get_kernel_table): Use sos_alloc()/sos_free() instead of malloc()/free().mostang.com!davidm2002-07-181-2/+2
* (common_int): Explicitly declare return type as "int".mostang.com!davidm2002-07-181-1/+1
* Replace uses of IA64_FLAG_SIGTRAMP flag by checks against sigcontext_loc.mostang.com!davidm2002-04-251-16/+12
* (Logical change 1.18)mostang.com!davidm2002-04-251-0/+4
* Initial revisionmostang.com!davidm2002-04-251-0/+0
* Include <stdlib.h>.mostang.com!davidm2002-04-251-0/+11
* (update_frame_state): Fix handling of sigtramp frames. Also work around bugsmostang.com!davidm2002-04-251-34/+29
* (unw_is_signal_frame): Need to (re-)create state record before we can checkmostang.com!davidm2002-04-251-1/+10
* (unw_get_save_loc): Replace check for IA64_FLAG_SIGTRAMP with check againstmostang.com!davidm2002-04-251-6/+2
* (struct ia64_cursor): Add sigcontext_loc.mostang.com!davidm2002-04-251-0/+1
* (rotate_gr): If the register is outside the current stacked frame, return -1.mostang.com!davidm2002-04-251-2/+5
* (ia64_create_state_record) [IA_UNW_DEBUG]: Display state record for defaultmostang.com!davidm2002-04-251-3/+3
* (getunwind): Define only if HAVE_GETUNWIND is not defined.mostang.com!davidm2002-04-251-4/+4
* (common_init): Initialize c->sigcontext_loc to zero.mostang.com!davidm2002-04-251-0/+1
* (SOVERSION): New macro.mostang.com!davidm2002-04-251-12/+17
* Fix typo which caused register names to be off by 7.mostang.com!davidm2002-04-191-1/+1
* Always install library as libunwind-$(ARCH).a. Need to find a way to createmostang.com!davidm2002-04-191-4/+3
* SP is now read via UNW_IA64_GR + 12.mostang.com!davidm2002-04-121-14/+10
* Rename shared.c to unw_regname.c.mostang.com!davidm2002-04-121-1/+2
* (regname): Update with current register names.mostang.com!davidm2002-04-121-0/+86
* Initial revisionmostang.com!davidm2002-04-121-0/+0
* Change prefix from _U_ia64 to _Uia64.mostang.com!davidm2002-04-121-2/+2
* (regname): Update with current register names.mostang.com!davidm2002-04-121-0/+0
* (_U_ia64_regname): Delete declaration.mostang.com!davidm2002-04-121-19/+18
* (libunwind_la_SOURCES_ia64): Mention ia64/regs.h.hp.com!davidm2002-04-121-2/+2
* Update.hp.com!davidm2002-04-051-2/+1
* Multi-architecture support.hp.com!davidm2002-04-051-8/+25
* Include libunwind-ia64.h instead of libunwind.h.hp.com!davidm2002-04-051-1/+1
* Update.mostang.com!davidm2002-04-041-4/+14
* Read stack pointer from r12.mostang.com!davidm2002-04-041-0/+112
* (Logical change 1.10)hp.com!davidm2002-04-032-0/+100
* Initial revisionhp.com!davidm2002-04-032-0/+0
* Fix typo in comment.hp.com!davidm2002-04-031-1/+2
* (unw_get_save_loc): First draft-implementation. Should be reasonably close t...hp.com!davidm2002-04-031-10/+146
* (rotate_gr, rotate_fr, pr_ltop, pr_ptol): Move into regs.h.hp.com!davidm2002-04-031-97/+3
* (AM_CPPFLAGS): Define.hp.com!davidm2002-04-031-14/+16