Home | History | Annotate | only in /external/libunwind/src/coredump
Up to higher level directory
NameDateSize
_UCD_access_mem.c16-Dec-20142.9K
_UCD_access_reg_freebsd.c16-Dec-20143.2K
_UCD_access_reg_linux.c16-Dec-20145.1K
_UCD_accessors.c16-Dec-20141.5K
_UCD_create.c16-Dec-201412.5K
_UCD_destroy.c16-Dec-20141.5K
_UCD_elf_map_image.c16-Dec-20143.1K
_UCD_find_proc_info.c16-Dec-20145.2K
_UCD_get_proc_name.c16-Dec-20142.5K
_UCD_internal.h16-Dec-20143K
_UCD_lib.h16-Dec-20141.7K
_UPT_access_fpreg.c16-Dec-20141.3K
_UPT_elf.c16-Dec-2014229
_UPT_get_dyn_info_list_addr.c16-Dec-20143.1K
_UPT_put_unwind_info.c16-Dec-20141.4K
_UPT_resume.c16-Dec-20141.4K
libunwind-coredump.pc.in16-Dec-2014265
README16-Dec-2014283

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