1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00
libunwind-eh_elf/src
mostang.com!davidm c008232bae (unw_decode_r1): "inline" it.
(unw_decode_r2): Likewise.
(unw_decode_r3): Likewise.
(unw_decode_p1): Likewise.
(unw_decode_p2_p5): Likewise.
(unw_decode_p6): Likewise.
(unw_decode_p7_p10): Likewise.
(unw_decode_b1): Likewise.
(unw_decode_b3_x4): Likewise.
(unw_decode_table): Remove.
(unw_decode): Do the first-level of decoding inline, rather than
	through the unw_decode_table.

(Logical change 1.148)
2003-12-21 07:21:28 +00:00
..
dwarf (Logical change 1.145) 2003-12-20 11:43:08 +00:00
hppa Don't include "config.h" here. 2003-12-04 07:38:25 +00:00
ia64 (unw_decode_r1): "inline" it. 2003-12-21 07:21:28 +00:00
x86 Switch over to DWARF-based unwinder. 2003-12-20 11:50:00 +00:00
_Unwind_Backtrace.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_DeleteException.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_FindEnclosingFunction.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_ForcedUnwind.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetBSP.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetCFA.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetDataRelBase.c (_Unwind_GetDataRelBase): Implement it by returning the "gp" value 2003-12-20 11:38:49 +00:00
_Unwind_GetGR.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetIP.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetLanguageSpecificData.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetRegionStart.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_GetTextRelBase.c (_Unwind_GetTextRelBase): Drop comment. Returning 0 seems to be 2003-12-20 11:38:49 +00:00
_Unwind_RaiseException.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_Resume.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_Resume_or_Rethrow.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_SetGR.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_Unwind_SetIP.c (Logical change 1.135) 2003-12-04 07:44:21 +00:00
_UPT_access_fpreg.c (_UPT_access_fpreg): Fix typo in cast. 2003-03-29 07:32:50 +00:00
_UPT_access_mem.c (_UPT_access_mem): Cast arguments to debug printf so that it 2003-09-25 05:29:14 +00:00
_UPT_access_reg.c Replace #if DEBUG with #if UNW_DEBUG. 2003-11-27 06:52:54 +00:00
_UPT_accessors.c Enable .resume callback. 2003-03-06 06:14:36 +00:00
_UPT_create.c include <string.h>. 2003-02-08 10:10:59 +00:00
_UPT_destroy.c (Logical change 1.43) 2003-01-28 03:40:06 +00:00
_UPT_find_proc_info.c (UPTi_find_unwind_table): Drop bogus range-check. 2003-11-22 06:29:32 +00:00
_UPT_get_dyn_info_list_addr.c (_UPT_get_dyn_info_list_addr): Fix typo. 2003-11-27 06:13:02 +00:00
_UPT_get_proc_name.c (TARGET_ELF64): Delete. 2003-11-27 06:52:54 +00:00
_UPT_internal.h Define UNW_LOCAL_ONLY before including <libunwind.h> so we get the 2003-12-20 11:38:49 +00:00
_UPT_put_unwind_info.c (Logical change 1.43) 2003-01-28 03:40:06 +00:00
_UPT_reg_offset.c Don't include "config.h" here. 2003-12-04 07:38:25 +00:00
_UPT_resume.c Issue warning for platforms using ttrace() instead of ptrace() (HP-UX 2003-03-19 19:25:18 +00:00
backtrace.c Compile only if UNW_REMOTE_ONLY is not defined. 2002-12-12 09:17:41 +00:00
dyn-cancel.c Rename: src/dyn-cancel-ia64.c -> src/dyn-cancel.c 2002-12-19 07:16:50 +00:00
dyn-register.c A 2003-12-10 07:14:38 +00:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elfxx.c Use Elf_W() instead of ElfW() etc. to avoid clash with <linker.h>. 2003-12-20 11:23:44 +00:00
elfxx.h Use Elf_W() instead of ElfW() etc. to avoid clash with <linker.h>. 2003-12-20 11:23:44 +00:00
Gdyn-extract.c Rename: src/dyn-extract.c -> src/Gdyn-extract.c 2003-12-20 11:20:42 +00:00
Gdyn-remote.c Rename: src/dyn-remote.c -> src/Gdyn-remote.c 2003-12-20 11:20:42 +00:00
Gfind_dynamic_proc_info.c (remote_find_proc_info): Update the comment so it reflects reality. 2003-12-20 11:32:43 +00:00
Gget_proc_info_by_ip.c Lookup static proc-info via accessor's callback, not by directly 2003-12-05 06:42:28 +00:00
Gget_proc_name.c (unwi_get_proc_name): Handle UNW_INFO_FORMAT_REMOTE_TABLE. 2003-11-25 22:33:49 +00:00
Gput_dynamic_unwind_info.c (unwi_put_dynamic_unwind_info): Handle UNW_INFO_FORMAT_REMOTE_TABLE. 2003-11-25 22:33:49 +00:00
Ldyn-extract.c (Logical change 1.144) 2003-12-20 11:38:49 +00:00
Ldyn-remote.c (Logical change 1.144) 2003-12-20 11:38:49 +00:00
Lfind_dynamic_proc_info.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_proc_info_by_ip.c (Logical change 1.133) 2003-12-04 07:34:21 +00:00
Lget_proc_name.c Regenerate. 2003-04-03 07:59:15 +00:00
longjmp.c (siglongjmp): If there aren't at least 4 eh-regs, abort() for now. In 2003-04-21 23:14:14 +00:00
Lput_dynamic_unwind_info.c Regenerate. 2003-04-03 07:59:15 +00:00
Makefile.am (libunwind_la_SOURCES_common): Replace dyn-extract.c and dyn-remote.c 2003-12-20 11:50:00 +00:00
Makefile.in Regenerate. 2003-12-20 11:50:00 +00:00
mempool.c Declare mempool-routines as HIDDEN. 2003-12-20 11:35:09 +00:00
mi-init.c (rcsid): New variable. 2003-11-27 06:52:54 +00:00
os-hpux.c (Logical change 1.87) 2003-04-24 20:45:07 +00:00
os-linux.c Delete include of elf64.h. The "tdep.h" header-file is responsible 2003-11-27 06:52:54 +00:00
os-linux.h (maps_close): Do nothing if mi->fp is already NULL. 2003-03-29 07:32:50 +00:00
setjmp.c (Logical change 1.45) 2003-02-08 10:10:59 +00:00
siglongjmp.c Include <assert.h>. 2003-03-06 06:14:36 +00:00
sigsetjmp.c (Logical change 1.45) 2003-02-08 10:10:59 +00:00
unwind-internal.h (Logical change 1.135) 2003-12-04 07:44:21 +00:00