PT_CLEARSTEP
case PT32_CLEARSTEP: return PT_CLEARSTEP;
case PT_CLEARSTEP:
SYSCALL_REQUIRE(ptrace(PT_CLEARSTEP, child, 0, 0) != -1);