Home | History | Annotate | only in /external/libunwind/src/coredump
Up to higher level directory
NameDateSize
_UCD_access_mem.c06-Dec-20172.9K
_UCD_access_reg_freebsd.c06-Dec-20173.2K
_UCD_access_reg_linux.c06-Dec-20175.1K
_UCD_accessors.c06-Dec-20171.5K
_UCD_create.c06-Dec-201712.5K
_UCD_destroy.c06-Dec-20171.5K
_UCD_elf_map_image.c06-Dec-20173.1K
_UCD_find_proc_info.c06-Dec-20175.2K
_UCD_get_proc_name.c06-Dec-20172.5K
_UCD_internal.h06-Dec-20173K
_UCD_lib.h06-Dec-20171.7K
_UPT_access_fpreg.c06-Dec-20171.3K
_UPT_elf.c06-Dec-2017229
_UPT_get_dyn_info_list_addr.c06-Dec-20173.1K
_UPT_put_unwind_info.c06-Dec-20171.4K
_UPT_resume.c06-Dec-20171.4K
libunwind-coredump.pc.in06-Dec-2017265
README06-Dec-2017283

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