1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-24 10:31:44 +02:00
libunwind-eh_elf/include
Michael Munday 441adc46ff Add port to Linux on IBM Z (s390x)
This adds a port to Linux on the IBM Z platform (a.k.a s390x). It only
supports the 64-bit ABI. Most functionality is working and all the tests
pass with the exception of the coredump tests*.

Unwinding is only supported if DWARF unwind information is present.
libunwind can't currently make use of the backchain (if present).

The getcontext/setcontext functions only preserve/restore a subset of
registers. Currently this only consists of callee-saved registers and
some parameter registers.

Vector registers and access registers are not saved (and aren't callee-
saved) by getcontext and cannot currently be modified. They will however
be restored unmodified after resuming a context from a signal handler.

There is no special libunwind support for setjmp, the functionality is
emulated using glibc (I think all the ports do this for modern Linux
kernels).

* Unwinding on s390x requires floating point register access which the
coredump library doesn't currently support.
2018-01-09 07:37:55 -08:00
..
tdep Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
tdep-aarch64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-arm arm: FreeBSD/ARMv6 port 2017-08-24 09:08:58 -07:00
tdep-hppa Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-ia64 Remove PROTECTED visibility 2017-12-28 08:26:42 -08:00
tdep-mips Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-ppc32 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-ppc64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-s390x Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
tdep-sh Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-tilegx Bring back support for UNW_CACHE_PER_THREAD. 2017-08-15 10:34:28 -07:00
tdep-x86 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
tdep-x86_64 Move ret_addr_column and signal_frame from dwarf_reg_state to 2017-05-12 22:24:00 -05:00
x86 One time whitespace fixup. 2014-09-27 09:47:23 -07:00
compiler.h ALIAS dwarf symbols 2017-12-28 09:31:11 -08:00
dwarf-eh.h dwarf: fix synthetic eh_frame_hdr 2017-07-06 09:15:08 -07:00
dwarf.h ALIAS dwarf symbols 2017-12-28 09:31:11 -08:00
dwarf_i.h mips: fix compiler warnings 2017-02-14 08:18:49 -08:00
libunwind-aarch64.h aarch64: reduce UNW_TDEP_CURSOR_LEN to 512 on aarch64. 2017-06-20 09:49:16 -07:00
libunwind-arm.h arm: getcontext switches back to thumb mode 2017-08-15 10:34:19 -07:00
libunwind-common.h.in ALIAS unwind_get_accessors 2017-12-28 09:42:16 -08:00
libunwind-coredump.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-dynamic.h Add an option to have start_ip_offset be relative to start_ip 2015-09-15 12:18:30 -07:00
libunwind-hppa.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-ia64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-mips.h mips: support MIPS64 n32 mode 2017-03-02 08:02:50 -08:00
libunwind-ppc32.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-ppc64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-ptrace.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-s390x.h Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
libunwind-sh.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-tilegx.h Add TileGx platform support to libunwind. 2014-09-08 16:21:53 -04:00
libunwind-x86.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-x86_64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind.h.in Add port to Linux on IBM Z (s390x) 2018-01-09 07:37:55 -08:00
libunwind_i.h arm: FreeBSD/ARMv6 port 2017-08-24 09:08:58 -07:00
mempool.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
remote.h ppc: fix inverted check 2017-04-05 12:00:21 -07:00
unwind.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00