1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00
libunwind-eh_elf/src
Alexander Larsson b9ff650a22 Add _UCD_get_pid and _UCD_get_cursig
These let you get the pid and the current signal from the coredump.

This isn't strictly unwind related, but these are trivial to implement
as we have the info, and you almost always want these when you're
printing a backtrace from a core file.
2012-03-23 22:07:11 -07:00
..
arm ARM: fix unwind table search when IP less than first table entry 2012-02-01 07:57:15 -08:00
coredump Add _UCD_get_pid and _UCD_get_cursig 2012-03-23 22:07:11 -07:00
dwarf Move some dwarf functionality from ptrace to dwarf 2012-03-12 20:06:37 -07:00
hppa Fix incorrect calls to memset. 2011-10-02 22:43:28 -07:00
ia64 Fix incorrect calls to memset. 2011-10-02 22:43:28 -07:00
mi Performance optimisations for fast trace. 2011-04-17 20:34:38 -07:00
mips Fix incorrect calls to memset. 2011-10-02 22:43:28 -07:00
ppc During the stack unwinding process, the return address points to 2010-04-24 19:16:09 -07:00
ppc32 Fast back-trace for x86_64 for only collecting the call stack. 2011-03-24 22:33:17 -07:00
ppc64 Fast back-trace for x86_64 for only collecting the call stack. 2011-03-24 22:33:17 -07:00
ptrace Move some dwarf functionality from ptrace to dwarf 2012-03-12 20:06:37 -07:00
setjmp Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. 2012-02-05 11:47:47 +02:00
unwind GCC compatibility on x86 for C++ exception handling 2010-04-12 12:08:43 -07:00
x86 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. 2012-02-05 11:47:47 +02:00
x86_64 Fix a race condition 2011-12-16 10:45:51 -08:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h Silence warning about symbol redefinition. 2010-03-07 17:27:41 +02:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h Silence warning about symbol redefinition. 2010-03-07 17:27:41 +02:00
elfxx.c Introduce get_proc_name_in_image() 2012-03-12 20:09:18 -07:00
elfxx.h Introduce get_proc_name_in_image() 2012-03-12 20:09:18 -07:00
Makefile.am Implement register read for FreeBSD coredumps. 2012-03-13 14:00:01 +02:00
os-freebsd.c Style. 2012-02-05 11:40:17 +02:00
os-hpux.c Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY 2011-10-15 23:10:28 -07:00
os-linux.c Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY 2011-10-15 23:10:28 -07:00
os-linux.h Fix some compiler warnings 2011-10-29 17:18:49 -07:00