1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-16 13:18:12 +01:00
libunwind-eh_elf/src/ptrace
Ken Werner 059676cb00 Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr
Since the dl_iterate_phdr is required for local unwinding only the use of
struct dl_phdr_info can be eliminated in case libunwind gets compiled for
remote unwinding. This enhances libunwinds portability to targets that
don't provide any dl_iterate_phdr functionality.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
2011-10-29 17:12:43 -07:00
..
_UPT_access_fpreg.c Remove unused variable. 2010-04-10 18:51:17 +03:00
_UPT_access_mem.c Add my copyrights to several files that contain essential modifications 2010-04-10 01:42:26 +03:00
_UPT_access_reg.c Add my copyrights to several files that contain essential modifications 2010-04-10 01:42:26 +03:00
_UPT_accessors.c Rename: src/_UPT_accessors.c -> src/ptrace/_UPT_accessors.c 2004-01-30 00:01:24 +00:00
_UPT_create.c Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame. 2011-08-15 20:12:54 +02:00
_UPT_destroy.c Cleanup a mapped elf image. 2010-03-26 15:54:14 -07:00
_UPT_elf.c Include "libunwind_i.h" instead of "tdep.h". 2005-05-20 09:48:08 +00:00
_UPT_find_proc_info.c Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr 2011-10-29 17:12:43 -07:00
_UPT_get_dyn_info_list_addr.c Change _UPTi_find_unwind_table to return an integer. 2011-10-15 23:10:27 -07:00
_UPT_get_proc_name.c Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() 2007-08-22 13:02:09 -06:00
_UPT_internal.h Change _UPTi_find_unwind_table to return an integer. 2011-10-15 23:10:27 -07:00
_UPT_put_unwind_info.c Rename: src/_UPT_put_unwind_info.c -> src/ptrace/_UPT_put_unwind_info.c 2004-01-30 00:01:24 +00:00
_UPT_reg_offset.c Adds missing register offsets for ARM 2010-05-15 11:56:37 -07:00
_UPT_resume.c PT_CONTINUE. 2010-03-06 16:20:47 +02:00