1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 02:41:45 +02:00
libunwind-eh_elf/src
Tommi Rantala 79c2c254a7 MIPS coredump support
Add MIPS support to the coredump library. Explicit support for the MIPS
program counter register is added so that we can start backtracing from
the program counter value we read from a core dump. The PC register
support was not strictly required for local backtracing, and we will in
fact just plug the return address to the PC register in getcontext().

I have only tested the 32bit "OABI" paths.
2012-09-28 14:50:03 +03:00
..
arm Stop including `memory.h' 2012-09-28 14:50:03 +03:00
coredump MIPS coredump support 2012-09-28 14:50:03 +03:00
dwarf Fix incorrect .debug_frame lookup with non-zero text segment vaddr 2012-09-04 14:58:38 +03:00
hppa Stop including `memory.h' 2012-09-28 14:50:03 +03:00
ia64 Stop including `memory.h' 2012-09-28 14:50:03 +03:00
mi Apply UNW_ALIGN more in src/mi/mempool.c 2012-09-28 14:06:07 +03:00
mips MIPS coredump support 2012-09-28 14:50:03 +03:00
ppc Invert tdep_init() flag logic 2012-09-28 14:06:07 +03:00
ppc32 Stop including `memory.h' 2012-09-28 14:50:03 +03:00
ppc64 Stop including `memory.h' 2012-09-28 14:50:03 +03:00
ptrace ppc32: fixup cross build failure 2012-09-21 22:52:28 -07:00
setjmp Create and install pkg-config .pc files 2012-09-15 11:34:43 -07:00
unwind Create and install pkg-config .pc files 2012-09-15 11:34:43 -07:00
x86 Stop including `memory.h' 2012-09-28 14:50:03 +03:00
x86_64 Stop including `memory.h' 2012-09-28 14:50:03 +03: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 Search MiniDebugInfo for procedure names 2012-08-10 15:29:07 +02:00
elfxx.h Introduce get_proc_name_in_image() 2012-03-12 20:09:18 -07:00
libunwind-generic.pc.in Create and install pkg-config .pc files 2012-09-15 11:34:43 -07:00
Makefile.am Create and install pkg-config .pc files 2012-09-15 11:34:43 -07:00
os-freebsd.c freebsd: Workaround for old FreeBSD kernels 2012-05-14 23:07:52 -07: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