[ARM] switch ptrace to use an undefined instruction
This avoids a problem with the original ptrace code using a system call (SWI) to implement single stepping; programs such as ltrace do not expect to receive system call trace traps when breakpoints are hit.
Showing
include/asm-arm/traps.h
0 → 100644
Please register or sign in to comment