1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 20:21:45 +02:00
libunwind-eh_elf/src/coredump
Alexander Larsson 0c0ea23cf2 Add support for multiple threads in core files
_UCD_select_thread() lets you select the active thread from
the core file and _UCD_get_num_threads() tells you how many there are.
2012-03-23 22:07:17 -07:00
..
_UCD_access_mem.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_access_reg_freebsd.c Implement register read for FreeBSD coredumps. 2012-03-13 14:00:01 +02:00
_UCD_access_reg_linux.c Fix build with --enable-debug 2012-03-23 22:07:07 -07:00
_UCD_accessors.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_create.c Add support for multiple threads in core files 2012-03-23 22:07:17 -07:00
_UCD_destroy.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_elf_map_image.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_find_proc_info.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_get_proc_name.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UCD_internal.h Add support for multiple threads in core files 2012-03-23 22:07:17 -07:00
_UCD_lib.h Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_access_fpreg.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_elf.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_get_dyn_info_list_addr.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_put_unwind_info.c Add support for unwinding coredump images 2012-03-12 20:11:08 -07:00
_UPT_resume.c Add support for unwinding coredump images 2012-03-12 20:11:08 -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.