2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(noinst_PROGRAMS_arch): New macro to get "sig" built when the target is ia64. (noinst_PROGRAMS): Mention $(noinst_PROGRAMS_arch). (LDADD): Link against architecture-specific name, because symlinks don't exist yet when this directory gets built. More... about 22 years ago
(rotate_gr): If the register is outside the current stacked frame, return -1. More... about 22 years ago
(sighandler): New function. (main): Install SIGTERM handler and send SIGTERM to self to test backtracing through signal handler. More... about 22 years ago
(struct ia64_cursor): Add sigcontext_loc. More... about 22 years ago
(unw_get_save_loc): Replace check for IA64_FLAG_SIGTRAMP with check against c->sigcontext_loc. More... about 22 years ago
(unw_is_signal_frame): Need to (re-)create state record before we can check IA64_FLAG_SIGTRAMP. More... about 22 years ago
(update_frame_state): Fix handling of sigtramp frames. Also work around bugs in kernel unwind info. More... about 22 years ago
Added src/Makefile.in~ to the ignore list More... about 22 years ago
Check for getunwind() system call. More... about 22 years ago
Fix up things so that unwinding across signal handlers starts to work. More... about 22 years ago
Include <libunwind-ia64.h> instead of <libunwind.h> (this program is slightly ia64-specific). (sighandler): Rename rp to ip. (doit): Declare argument as volatile pointer. More... about 22 years ago
Include <stdlib.h>. (ia64_init): Initialize debug level from UNW_DEBUG_LEVEL environment variable. More... about 22 years ago
(SOVERSION): New macro. (install-exec-hook): Use this hook to create symlinks from architecture-specific library name to default name (libunwind.a/libunwind.so). (libunwind_la_SOURCES_ia64): Mention unw_is_signal_frame.c and Lunw_is_signal_frame.c. (libunwind_la_SOURCES): Drop. (libunwind_ia64_la_LDFLAGS): New macro. (libunwind_ia32_la_LDFLAGS): New macro. (libunwind_la_LDFLAGS): Drop. More... about 22 years ago
(common_init): Initialize c->sigcontext_loc to zero. More... about 22 years ago
(getunwind): Define only if HAVE_GETUNWIND is not defined. (_Uia64_glibc_acquire_unwind_info): Correct typo: dl_iterate_phdr() is successful only if it returns a positive value. More... about 22 years ago
(ia64_create_state_record) [IA_UNW_DEBUG]: Display state record for default frame state as well. More... about 22 years ago
(noinst_PROGRAMS_arch): New macro to get "sig" built when the target is ia64. (noinst_PROGRAMS): Mention $(noinst_PROGRAMS_arch). (LDADD): Link against architecture-specific name, because symlinks don't exist yet when this directory gets built. More... about 22 years ago
(rotate_gr): If the register is outside the current stacked frame, return -1. More... about 22 years ago
(sighandler): New function. (main): Install SIGTERM handler and send SIGTERM to self to test backtracing through signal handler. More... about 22 years ago
(struct ia64_cursor): Add sigcontext_loc. More... about 22 years ago
Fix typo which caused register names to be off by 7. More... about 22 years ago
Fix typo in unw_regname(). Fix libunwind installation. More... about 22 years ago
Always install library as libunwind-$(ARCH).a. Need to find a way to create an alias, though. More... about 22 years ago
Fix typo in unw_regname(). Fix libunwind installation. More... about 22 years ago
Fix typo which caused register names to be off by 7. More... about 22 years ago
Always install library as libunwind-$(ARCH).a. Need to find a way to create an alias, though. More... about 22 years ago
(_U_ia64_regname): Delete declaration. Change prefix from _U_ia64 to _Uia64. Drop extraneous ia64_ prefix from ia64-specific routines. More... about 22 years ago
Sync up ia64 implementation with new naming scheme. Make unw_regname() and official API routine. More... about 22 years ago
SP is now read via UNW_IA64_GR + 12. Change prefix from _U_ia64 to _Uia64. Rename _U_ia64_regname() to unw_regname(). More... about 22 years ago
Rename shared.c to unw_regname.c. More... about 22 years ago