1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00
libunwind-eh_elf/src/coredump
Tommi Rantala 21ad2c19ea Implement _UCD_access_reg() for ARM
Implement the Linux version of _UCD_access_reg() for ARM. We can
sidestep the register number remapping, as the libunwind register
numbers match one-to-one to the ELF core file register numbers.
2012-09-04 14:58:38 +03:00
..
_UCD_access_mem.c Fix function name duplication in Debug() output 2012-08-21 23:04:07 +03:00
_UCD_access_reg_freebsd.c Fix function name duplication in Debug() output 2012-08-21 23:04:07 +03:00
_UCD_access_reg_linux.c Implement _UCD_access_reg() for ARM 2012-09-04 14:58:38 +03:00
_UCD_accessors.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_create.c Use constants for ELF magic bytes in _UCD_create.c 2012-08-21 22:30:47 +03:00
_UCD_destroy.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_elf_map_image.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_find_proc_info.c Fix function name duplication in Debug() output 2012-08-21 23:04:07 +03:00
_UCD_get_proc_name.c Fix function name duplication in Debug() output 2012-08-21 23:04:07 +03:00
_UCD_internal.h Add helper macros for pointer arithmetics 2012-03-26 19:04:01 -07:00
_UCD_lib.h coredump: update license to be the same as rest of libunwind 2012-03-26 19:07:58 -07:00
_UPT_access_fpreg.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_elf.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_get_dyn_info_list_addr.c IA64: use tdep_find_unwind_table() in coredump lib 2012-07-31 16:21:15 +03:00
_UPT_put_unwind_info.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_resume.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
README Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00

This code is based on "unwinding via ptrace" code from ptrace/
directory.

Files with names starting with _UCD_ are substantially changed
from their ptrace/_UPT_... progenitors.

Files which still have _UPT_... names are either verbiatim copies
from ptrace/, or unimplemented stubs.