mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-14 04:18:11 +01:00
a9dce3c06e
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> |
||
---|---|---|
.. | ||
Gcreate_addr_space.c | ||
Gget_proc_info.c | ||
Gget_save_loc.c | ||
Ginit_local.c | ||
Ginit_remote.c | ||
Gis_signal_frame.c | ||
Lcreate_addr_space.c | ||
Lget_proc_info.c | ||
Lget_save_loc.c | ||
Linit_local.c | ||
Linit_remote.c | ||
Lis_signal_frame.c | ||
longjmp.S | ||
siglongjmp.S |