1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-17 13:47:37 +01:00
libunwind-eh_elf/src/coredump
Konstantin Belousov fd02fd59e7 arm: FreeBSD/ARMv6 port
Sponsored by:	The FreeBSD Foundation
2017-08-24 09:08:58 -07:00
..
_UCD_access_mem.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UCD_access_reg_freebsd.c arm: FreeBSD/ARMv6 port 2017-08-24 09:08:58 -07:00
_UCD_access_reg_linux.c coredump: simplify bad regnum checks a little 2017-02-14 08:23:38 -08:00
_UCD_accessors.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UCD_create.c coredump: align coredump description pointer 2017-01-13 08:28:21 -08:00
_UCD_destroy.c core: Fix memory leak in libunwind-coredump. 2017-08-14 18:39:37 -07:00
_UCD_elf_map_image.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UCD_find_proc_info.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UCD_get_proc_name.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UCD_internal.h Rename and share `ALIGN' macro from _UCD_internal.h 2012-09-05 14:02:36 +03: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 One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UPT_elf.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UPT_get_dyn_info_list_addr.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UPT_put_unwind_info.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
_UPT_resume.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-coredump.pc.in Add Cflags keyword to pkg-config metadata files 2013-08-26 05:40:19 -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.