summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix comment regarding frame and preserved registers.mostang.com!davidm2002-11-091-7/+19
* Fix bugs reported by Robert Faught:mostang.com!davidm2002-11-091-1/+2
* Fix bugs reported by Robert Faught and Brian Sumner.mostang.com!davidm2002-11-090-0/+0
* (noinst_PROGRAMS): Mention test-init and test-varargs.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
* Sanitize contents.mostang.com!davidm2002-09-261-36/+3
* (Logical change 1.20)mostang.com!davidm2002-09-265-0/+7667
* Initial revisionmostang.com!davidm2002-09-265-0/+0
* Include autoconf/automake-generated files.mostang.com!davidm2002-09-260-0/+0
* Use -Wall when compiling with GCC.mostang.com!davidm2002-07-181-1/+5
* Update copyright message.mostang.com!davidm2002-07-181-0/+5
* Replace malloc()/free() with private memory allocator to avoid deadlock issuesmostang.com!davidm2002-07-180-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
* Include <unistd.h>.mostang.com!davidm2002-07-181-5/+3
* Include <stdlib.h>.mostang.com!davidm2002-07-181-1/+2
* Added doc/Dwarf3-draft7-011029-dif-draft6.pdf doc/dwarf-2.0.0.pdf src/mempool...mostang.com!davidm2002-07-181-0/+4
* (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
* (b): Add a printf() after raise_exception() to avoid triggering the sibcallmostang.com!davidm2002-07-181-0/+1
* Undefine HAVE_GETUNWIND by default.mostang.com!davidm2002-04-251-0/+53
* 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
* Include <libunwind-ia64.h> instead of <libunwind.h> (this program is slightlymostang.com!davidm2002-04-251-11/+13
* Fix up things so that unwinding across signal handlers starts to work.mostang.com!davidm2002-04-250-0/+0
* Check for getunwind() system call.mostang.com!davidm2002-04-251-0/+1
* Added src/Makefile.in~ to the ignore listmostang.com!davidm2002-04-251-0/+1
* (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
* (sighandler): New function.mostang.com!davidm2002-04-251-0/+15
* (rotate_gr): If the register is outside the current stacked frame, return -1.mostang.com!davidm2002-04-251-2/+5
* (noinst_PROGRAMS_arch): New macro to get "sig" built when the target is ia64.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
* Fix typo in unw_regname(). Fix libunwind installation.mostang.com!davidm2002-04-190-0/+0