2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added src/Makefile.bak src/ia64/init.o src/ia64/offsets.h~ src/ia64/parser.o src/ia64/regs.o src/ia64/script.o src/ia64/unw_get_reg.o src/ia64/unw_init_local.o src/ia64/unw_init_remote.o src/ia64/unw_resume.o src/ia64/unw_set_reg.o src/ia64/unw_step.o src/libunwind.a to the ignore list More... about 22 years ago
Rename IA64_INSN_MOVE_SIGCONTEXT to IA64_INSN_MOVE_SCRATCH. More... about 22 years ago
Rename IA64_INSN_MOVE_SIGCONTEXT to IA64_INSN_MOVE_SCRATCH. More... about 22 years ago
Reformat preg_index initialization to GNU Coding standard. More... about 22 years ago
Logging to [email protected] accepted More... about 22 years ago
Initial revision More... about 22 years ago
Include architecture-specific header file first and then define various other types and constants based on it. (unw_error_t): A UNW_EINVAL, UNW_EBADVERSION, and UNW_ENOINFO. (unw_frame_regnum_t): Instead of hardcoding the numbers for the well-known frame registers, use the architecture-specific (target-dependent) values instead. More... about 22 years ago
Include "offsets.h" to get offsets for various structures (such as sigcontext). Adjust for the fact that the RSE arithmetic is now done on values of type unw_word_t rather than long pointers. More... about 22 years ago
Include "offsets.h" instead of <signal.h> to enable cross-compilation. Use offsets defined in this file instead of calculating the offsets from sigcontext structure. More... about 22 years ago
If UNW_REMOTE_ONLY is defined, make unw_init_local() a stub that unconditionally returns -UNW_EINVAL. More... about 22 years ago
For now, add #error directive to ensure compilation fails when attempting to compile with UNW_LOCAL_ONLY. More... about 22 years ago
Fine-tune the API for remote-unwinding support. Fix up the implementation to support cross-compilation (e.g., to build the IA-64 unwinder on x86). More... about 22 years ago
Compile only if UNW_REMOTE_ONLY is not defined. More... about 22 years ago
Build only if UNW_REMOTE_ONLY is not defined. More... about 22 years ago
Build bt and exc programs only during native builds. More... about 22 years ago
(unw_init_remote): Rename from ia64_init_remote(). Initialize cfm_loc with UNW_IA64_CFM. Initialize bspstore_loc with UNW_IA64_AR_BSPSTORE. Renamem rp_loc to ip_loc and initialize with UNW_IA64_IP. Initialized the cached values of PR and IP. Initialize sp and psp to value in UNW_IA64_SP. Initialize exception handling args by reading the corresponding scratch registers (r15-r18). If the read fails, initialize with 0. Finish by calling ia64_get_proc_info() instead of ia64_get_frame_state(). More... about 22 years ago
(unw_tdep_word_t): New type. (ia64_regnum_t): Define well-known frame registers here and add TDEP-aliases for use by libunwind.h. (unw_ia64_table_t): Use unw_tdep_word_t instead of unw_word_t so this file can be included by libunwind.h. Change type of "array" member to void *. On OSes that support ILP32, it may point to a 32-bit unwind table. More... about 22 years ago
When printing a value of type unw_word_t, use the %lu format and cast the value to (long). More... about 22 years ago
To simplify cross-compilation, use unw_word_t instead of long pointers for backing store addresses. More... about 22 years ago
Set HOSTARCH to the host architecture and pass it on to subdirectories. Build backtrace.o only when doing a native (local) build. More... about 22 years ago
Rename IA64_UNW_ACCESSORS to UNW_LOCAL_ONLY. Drop weak_alias() and alias() macros. More... about 22 years ago
(Logical change 1.5) More... about 22 years ago
(compile_reg): Use IA64_INSN_MOVE_SCRATCH instead of IA64_INSN_MOVE_SIGCONTEXT. (run_script): Drop IA64_INSN_MOVE_SIGCONTEXT. Implement IA64_INSN_MOVE_SCRATCH by calling ia64_scratch_loc(). More... about 22 years ago
Initial revision More... about 22 years ago
(unw_tdep_word_t): New type. (ia64_regnum_t): Define well-known frame registers here and add TDEP-aliases for use by libunwind.h. (unw_ia64_table_t): Use unw_tdep_word_t instead of unw_word_t so this file can be included by libunwind.h. Change type of "array" member to void *. On OSes that support ILP32, it may point to a 32-bit unwind table. More... about 22 years ago
Added src/Makefile.bak src/ia64/init.o src/ia64/offsets.h~ src/ia64/parser.o src/ia64/regs.o src/ia64/script.o src/ia64/unw_get_reg.o src/ia64/unw_init_local.o src/ia64/unw_init_remote.o src/ia64/unw_resume.o src/ia64/unw_set_reg.o src/ia64/unw_step.o src/libunwind.a to the ignore list More... about 22 years ago
(Logical change 1.5) More... about 22 years ago
(compile_reg): Use IA64_INSN_MOVE_SCRATCH instead of IA64_INSN_MOVE_SIGCONTEXT. (run_script): Drop IA64_INSN_MOVE_SIGCONTEXT. Implement IA64_INSN_MOVE_SCRATCH by calling ia64_scratch_loc(). More... about 22 years ago
Reformat preg_index initialization to GNU Coding standard. More... about 22 years ago
Logging to [email protected] accepted More... about 22 years ago