Home | History | Annotate | only in /external/libunwind/src/coredump
Up to higher level directory
NameDateSize
_UCD_access_mem.c22-Oct-20202.9K
_UCD_access_reg_freebsd.c22-Oct-20203.2K
_UCD_access_reg_linux.c22-Oct-20205.1K
_UCD_accessors.c22-Oct-20201.5K
_UCD_create.c22-Oct-202012.5K
_UCD_destroy.c22-Oct-20201.5K
_UCD_elf_map_image.c22-Oct-20203.1K
_UCD_find_proc_info.c22-Oct-20205.2K
_UCD_get_proc_name.c22-Oct-20202.5K
_UCD_internal.h22-Oct-20203K
_UCD_lib.h22-Oct-20201.7K
_UPT_access_fpreg.c22-Oct-20201.3K
_UPT_elf.c22-Oct-2020229
_UPT_get_dyn_info_list_addr.c22-Oct-20203.1K
_UPT_put_unwind_info.c22-Oct-20201.4K
_UPT_resume.c22-Oct-20201.4K
libunwind-coredump.pc.in22-Oct-2020265
README22-Oct-2020283

README

      1 This code is based on "unwinding via ptrace" code from ptrace/
      2 directory.
      3 
      4 Files with names starting with _UCD_ are substantially changed
      5 from their ptrace/_UPT_... progenitors.
      6 
      7 Files which still have _UPT_... names are either verbiatim copies
      8 from ptrace/, or unimplemented stubs.
      9