platform_bionic/libc/arch-x86/bionic
Elliott Hughes 36f451a6d9 Fix signal trampolines.
* LP32 should use sa_restorer too. gdb expects this, and future (>= 3.15) x86
  kernels will apparently stop supporting the case where SA_RESTORER isn't
  set.

* gdb and libunwind care about the exact instruction sequences, so we need to
  modify the code slightly in a few cases to match what they're looking for.

* gdb also cares about the exact function names (for some architectures),
  so we need to use __restore and __restore_rt rather than __sigreturn and
  __rt_sigreturn.

* It's possible that we don't have a VDSO; dl_iterate_phdr shouldn't assume
  that getauxval(AT_SYSINFO_EHDR) will return a non-null pointer.

This fixes unwinding through a signal handler in gdb for all architectures.
It doesn't fix libunwind for arm and arm64. I'll keep investigating that...

Bug: 17436734
Change-Id: Ic1ea1184db6655c5d96180dc07bcc09628e647cb
2014-09-15 15:04:14 -07:00
..
__bionic_clone.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
__restore.S Fix signal trampolines. 2014-09-15 15:04:14 -07:00
__restore_rt.S Fix signal trampolines. 2014-09-15 15:04:14 -07:00
__set_tls.c Hide __set_tls. 2014-05-20 20:32:28 -07:00
__stack_chk_fail_local.h Android is all-PIC/PIE. 2014-08-07 10:54:54 -07:00
_exit_with_stack_teardown.S Hide _exit_with_stack_teardown. 2014-05-16 16:17:44 -07:00
_setjmp.S Unify our assembler macros. 2014-02-20 13:51:26 -08:00
atexit.h Replace .S version of x86 crtfiles with .c version 2012-11-30 17:41:25 +04:00
setjmp.S Android is all-PIC/PIE. 2014-08-07 10:54:54 -07:00
sigsetjmp.S Android is all-PIC/PIE. 2014-08-07 10:54:54 -07:00
syscall.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00
vfork.S Ensure __set_errno is still visible on LP32. 2014-09-08 16:46:50 -07:00