1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-02 13:41:46 +02:00
libunwind-eh_elf/src
Bert Wesarg 4dea379ad9 x84_64: It's only 'mcontext_t'.
Fixes warning:
```
src/x86_64/Gos-linux.c:141:36: warning: initialization from incompatible pointer type
   struct mcontext_t *sc_mcontext = &((struct ucontext*)sc)->uc_mcontext;
                                    ^
```

Introduced-in: 29483327be
2017-01-24 11:09:14 -08:00
..
aarch64 Fixup invalid return code checks of unw_is_signal_frame() 2017-01-13 08:27:40 -08:00
arm Fixup invalid return code checks of unw_is_signal_frame() 2017-01-13 08:27:40 -08:00
coredump coredump: align coredump description pointer 2017-01-13 08:28:21 -08:00
dwarf dwarf: Account for multiple CFA for args_size 2017-01-19 10:07:53 -08:00
hppa One time whitespace fixup. 2014-09-27 09:47:23 -07:00
ia64 One time whitespace fixup. 2014-09-27 09:47:23 -07:00
mi dwarf: Configurable cache size 2017-01-13 08:36:33 -08:00
mips tdep_uc_addr: use +4 offset for UNW_MIPS_PC on MIPS (be) 2017-01-13 08:27:40 -08:00
ppc powerpc64 implementation 2015-09-07 18:08:26 -07:00
ppc32 Fixup invalid return code checks of unw_is_signal_frame() 2017-01-13 08:27:40 -08:00
ppc64 ppc64: Make access_fpreg function accept fp and v registers 2017-01-13 08:41:45 -08:00
ptrace arm: ptrace: Fix order of probing unwind tables 2017-01-19 10:06:24 -08:00
setjmp One time whitespace fixup. 2014-09-27 09:47:23 -07:00
sh Fixup invalid return code checks of unw_is_signal_frame() 2017-01-13 08:27:40 -08:00
tilegx Fixup invalid return code checks of unw_is_signal_frame() 2017-01-13 08:27:40 -08:00
unwind One time whitespace fixup. 2014-09-27 09:47:23 -07:00
x86 use target dependent names for stack registers 2017-01-18 10:17:15 -08:00
x86_64 x84_64: It's only 'mcontext_t'. 2017-01-24 11:09:14 -08:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
elfxx.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
elfxx.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
libunwind-generic.pc.in Add Cflags keyword to pkg-config metadata files 2013-08-26 05:40:19 -07:00
Makefile.am dwarf: Configurable cache size 2017-01-13 08:36:33 -08:00
os-freebsd.c dwarf: Make binary path calculation os-specific. 2017-01-19 10:07:13 -08:00
os-hpux.c dwarf: Make binary path calculation os-specific. 2017-01-19 10:07:13 -08:00
os-linux.c dwarf: Make binary path calculation os-specific. 2017-01-19 10:07:13 -08:00
os-linux.h One time whitespace fixup. 2014-09-27 09:47:23 -07:00
os-qnx.c dwarf: Make binary path calculation os-specific. 2017-01-19 10:07:13 -08:00