1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 11:21:44 +02:00
libunwind-eh_elf/src/ppc64
Lassi Tuura a9dce3c06e During the stack unwinding process, the return address points to
the instruction after the call for a normal frame. libunwind uses
IP-1 to lookup unwind information. However, this is not necessary for
interrupted frames such as signal frames (or interrupt frames) in
the kernel context.

This patch handles both cases correctly.

Based on work by Mark Wielaard <mwielaard@redhat.com>
2010-04-24 19:16:09 -07:00
..
get_func_addr.c [PPC64] Add PPC64 entry to README and fix David's typo in ppc64/get_func_addr.c 2007-08-24 10:54:00 -06:00
Gglobal.c Allow caller to block signals. 2009-09-25 09:35:31 -07:00
Ginit.c Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() 2007-08-22 13:02:09 -06:00
Gregs.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Gresume.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Gstep.c [PPC32] First check-in to add preliminary support for Linux/PPC32. 2007-09-12 21:52:25 -06:00
init.h During the stack unwinding process, the return address points to 2010-04-24 19:16:09 -07:00
is_fpreg.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Lglobal.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Linit.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Lregs.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Lresume.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
Lstep.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
regname.c Add PPC64 support. 2007-08-02 09:59:43 -06:00
setcontext.S Mark Wielaard <mwielaard@redhat.com> writes: 2007-10-01 08:35:01 -06:00
ucontext_i.h Add PPC64 support. 2007-08-02 09:59:43 -06:00
unwind_i.h Add PPC64 support. 2007-08-02 09:59:43 -06:00