2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(ia64_access_reg): r15-r18 should refer to sigcontext IFF the cursor is currently pointing at the signal trampoline frame. Otherwise, raising an exception from within a signal handler will fail to pass the exception arguments to the exception handler. More... almost 22 years ago
(libunwind_la_SOURCES_common): Mention mempool.h and mempool.c. More... almost 22 years ago
(struct ia64_labeled_state): Move to unwind_i.h. (alloc_reg_state): Use mempool interface. (free_reg_state): Ditto. (alloc_labeled_state): Ditto. (free_labeled_state): Ditto. (alloc_spill_area): Fix spill-area allocation (fix by Richard Henderson). (desc_frgr_mem): Fix case for f16-f31 (fix by Richard Henderson). (get_proc_info): Use mempool_alloc() instead of malloc(). More... almost 22 years ago
Initial revision More... almost 22 years ago
(Logical change 1.19) More... almost 22 years ago
Keep list of things to test. More... almost 22 years ago
Minor formatting fixes. More... almost 22 years ago
Replace malloc()/free() with private memory allocator to avoid deadlock issues and problems under low-memory conditions. This is accomplished via the mempool interface (see mempool.h). More... almost 22 years ago
Update copyright message. More... almost 22 years ago
Use -Wall when compiling with GCC. More... almost 22 years ago
(update_frame_state): Fix handling of sigtramp frames. Also work around bugs in kernel unwind info. 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
(unw_get_save_loc): Replace check for IA64_FLAG_SIGTRAMP with check against c->sigcontext_loc. More... about 22 years ago
(struct ia64_cursor): Add sigcontext_loc. 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
(rotate_gr): If the register is outside the current stacked frame, return -1. 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
(ia64_create_state_record) [IA_UNW_DEBUG]: Display state record for default frame state as well. 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
(common_init): Initialize c->sigcontext_loc to zero. 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
(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
(unw_get_save_loc): Replace check for IA64_FLAG_SIGTRAMP with check against c->sigcontext_loc. More... about 22 years ago