diff options
author | Christopher Ferris <cferris@google.com> | 2020-09-17 14:19:54 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2020-09-17 14:19:54 -0700 |
commit | a293170a2cc65718cdbb37c7976e76fc9e7a8533 (patch) | |
tree | b8d9ba67cfbc02f3e8bf5e63bad2a999cc62e366 /debuggerd/handler/debuggerd_fallback.cpp | |
parent | 0407302aa8b38fa806e2fa718130fed85f80339e (diff) |
Fix x86_64 check for signal handler.
The check for a signal handler was checking for the instruction after
the syscall. On cuttlefish 64 bit, the instruction was not a nop, so
the check failed, and the signal handler was not working. Only check
the instructions up to the syscall instead.
Bug: 168806886
Test: Ran on x86_64.
Change-Id: I605ed22248748f525939e55d734caa5b08c80bb2
Diffstat (limited to 'debuggerd/handler/debuggerd_fallback.cpp')
0 files changed, 0 insertions, 0 deletions