Skip to content
Commit 2858f856 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: fix single-stepping over swint1 instructions on tilegx



If we are single-stepping and make a syscall, we call ptrace_notify()
explicitly on the return path back to user space, since we are returning
to a pc value set artificially to the next instruction, and otherwise
we won't register that we stepped over the syscall instruction (swint1).

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent cb210ee3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment