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
Arun Sharma 2fce54102c Implement _Unwind_GetIPInfo() as required by the C++ ABI
Provide a special implementation for ia64, because the unwind
information is such that an IP adjustment is not necessary before
looking up unwind info.

Bad things happen if libunwind only provides parts of the ABI and
the rest come from libgcc.

Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
2009-04-02 22:22:05 -07:00
..
arm [ARM] This patch add some missing bits on ARM platform. 2008-04-21 13:43:18 -06:00
dwarf Fixup CONFIG_DEBUG_FRAME support. 2009-03-17 19:08:58 -07:00
hppa Mark Wielaard <mwielaard@redhat.com> writes: 2007-10-01 08:35:01 -06:00
ia64 Implement _Unwind_GetIPInfo() as required by the C++ ABI 2009-04-02 22:22:05 -07:00
mi Add initial ARM and MIPS support. To support this, also enable the 2008-02-04 17:16:37 -07:00
mips Add initial ARM and MIPS support. To support this, also enable the 2008-02-04 17:16:37 -07:00
ppc Mark Wielaard <mwielaard@redhat.com> writes: 2007-10-01 08:35:01 -06:00
ppc32 [PPC32] Make PPC32 unwinding work for real. 2007-10-08 12:33:18 -06:00
ppc64 Mark Wielaard <mwielaard@redhat.com> writes: 2007-10-01 08:35:01 -06:00
ptrace [ARM] This patch add some missing bits on ARM platform. 2008-04-21 13:43:18 -06:00
setjmp Add initial ARM and MIPS support. To support this, also enable the 2008-02-04 17:16:37 -07:00
unwind Implement _Unwind_GetIPInfo() as required by the C++ ABI 2009-04-02 22:22:05 -07:00
x86 Bad pointer validation for 32 bit x86. 2009-03-16 21:34:49 -07:00
x86_64 This patch eliminates one system call per unwind by not using the 2008-06-16 14:42:16 -06:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elfxx.c Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() 2007-08-22 13:02:09 -06:00
elfxx.h Introduce a tdep_get_func_addr_hook() in the ELF lookup_symbol() 2007-08-22 13:02:09 -06:00
Makefile.am Implement _Unwind_GetIPInfo() as required by the C++ ABI 2009-04-02 22:22:05 -07:00
os-hpux.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
os-linux.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
os-linux.h [Linux] Fix potentially overlapping memory-copy to use memmove() instead 2007-10-18 10:45:55 -06:00