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 4dedcd7c53 (libunwind_la_SOURCES_x86_common): Mention is_fpreg-x86.c.
(Logical change 1.156)
2004-01-21 01:05:07 +00:00
..
dwarf (Logical change 1.145) 2003-12-20 11:43:08 +00:00
hppa Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
ia64 (Logical change 1.155) 2004-01-20 23:50:00 +00:00
x86 (Logical change 1.156) 2004-01-21 01:05:07 +00:00
_Unwind_Backtrace.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_DeleteException.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_FindEnclosingFunction.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_ForcedUnwind.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetBSP.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetCFA.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetDataRelBase.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetGR.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetIP.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetLanguageSpecificData.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetRegionStart.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_GetTextRelBase.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_RaiseException.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_Resume.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_Resume_or_Rethrow.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_SetGR.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
_Unwind_SetIP.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +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 Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +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 Don't define UNW_LOCAL_ONLY before including libunwind.h. That was 2004-01-03 10:50:24 +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-info-list.c Initial revision 2004-01-03 10:50:24 +00:00
dyn-register.c (_U_dyn_info_list_lock): Mark as HIDDEN. 2003-12-21 07:44:16 +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 Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
elfxx.h Drop HIDDEN from declarations, only the definitions need it. 2003-12-21 07:57:42 +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 (unwi_dyn_remote_find_proc_info): Drop GENP argument. 2004-01-20 01:51:17 +00:00
Gfind_dynamic_proc_info.c (unwi_find_dynamic_proc_info): Fix cast so we actually get the 2004-01-20 23:50:00 +00:00
Gget_proc_info_by_ip.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +00:00
Gget_proc_name.c (intern_string): Declare as "inline". 2004-01-03 10:50:24 +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_x86_common): Mention is_fpreg-x86.c. 2004-01-21 01:05:07 +00:00
Makefile.in Regenerate. 2004-01-20 23:50:00 +00:00
mempool.c (sos_memp): Drop static initializer. 2004-01-03 10:50:24 +00:00
mi-init.c Minor reformatting. 2004-01-03 10:50:24 +00:00
os-hpux.c (Logical change 1.87) 2003-04-24 20:45:07 +00:00
os-linux.c Declare libunwind-entry-points as PROTECTED to ensure local uses get 2004-01-03 10:50:24 +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