f5a9123d9f365e3a72ac9f2a3921f439541a87e8 |
|
28-Apr-2016 |
Christopher Ferris <cferris@google.com> |
Add unwind information for r7 in arm syscalls. 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 6e45d37decbbaf78ed4685213aebb1c9b5ccf8c2) Change-Id: Ib775effc44c4113735fe9032b0602b9d63e3e390
|
6e45d37decbbaf78ed4685213aebb1c9b5ccf8c2 |
|
28-Apr-2016 |
Christopher Ferris <cferris@google.com> |
Add unwind information for r7 in arm syscalls. 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 Change-Id: Id51a5d43c058631bb50834527f93fa299bbcf759
|
5f26c6bc91f653b61c01e2ff6e7eac4847e315a5 |
|
03-Feb-2016 |
Elliott Hughes <enh@google.com> |
Really add adjtimex(2), and add clock_adjtime(2) too. Change-Id: I81fde2ec9fdf787bb19a784ad13df92d33a4f852
|