f5a9123d9f
It turns out that clang can emit code where the sp is saved in the r7
register on arm. Unfortunately, a lot of our syscalls overwrite that
value while the syscall is executing, so unwinding through that syscall
fails.
Update the syscall generation code to add unwinding information for
these uses.
Bug: 28411713
(cherry picked from commit
|
||
---|---|---|
.. | ||
bionic | ||
cortex-a7 | ||
cortex-a8 | ||
cortex-a9 | ||
cortex-a15 | ||
cortex-a53 | ||
cortex-a53.a57 | ||
denver | ||
generic/bionic | ||
include/machine | ||
krait | ||
syscalls | ||
arm.mk |