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