hanchenye-llvm-project/libunwind/include
Martin Storsjo a2646444d2 Fix existing code for SEH on ARM to compile correctly
Even though SEH for ARM is incomplete, make what code already exists
at least compile correctly.

The _LIBUNWIND_CURSOR_SIZE wasn't correct.

ARM (and AArch64) have a DISPATCHER_CONTEXT field named TargetPc
instead of TargetIp.

For the libunwind.h UNW_* constants, there is no UNW_ARM_PC, only
UNW_ARM_IP.

Don't use 'r' as loop variable when 'r' already is a Registers_arm
member.

Differential Revision: https://reviews.llvm.org/D51530

llvm-svn: 341217
2018-08-31 14:56:55 +00:00
..
mach-o
__libunwind_config.h Fix existing code for SEH on ARM to compile correctly 2018-08-31 14:56:55 +00:00
libunwind.h [OR1K] Add the EPCR special-purpose register to register state. 2018-05-16 19:09:48 +00:00
unwind.h Add support for SEH unwinding on Windows. 2018-08-30 21:29:00 +00:00