Home | History | Annotate | only in /external/libunwind/src/coredump
Up to higher level directory
NameDateSize
_UCD_access_mem.c08-Oct-20152.9K
_UCD_access_reg_freebsd.c08-Oct-20153.2K
_UCD_access_reg_linux.c08-Oct-20155.1K
_UCD_accessors.c08-Oct-20151.5K
_UCD_create.c08-Oct-201512.5K
_UCD_destroy.c08-Oct-20151.5K
_UCD_elf_map_image.c08-Oct-20153.1K
_UCD_find_proc_info.c08-Oct-20155.2K
_UCD_get_proc_name.c08-Oct-20152.5K
_UCD_internal.h08-Oct-20153K
_UCD_lib.h08-Oct-20151.7K
_UPT_access_fpreg.c08-Oct-20151.3K
_UPT_elf.c08-Oct-2015229
_UPT_get_dyn_info_list_addr.c08-Oct-20153.1K
_UPT_put_unwind_info.c08-Oct-20151.4K
_UPT_resume.c08-Oct-20151.4K
libunwind-coredump.pc.in08-Oct-2015265
README08-Oct-2015283

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