PT_SETSTEP
case PT32_SETSTEP: return PT_SETSTEP;
case PT_SETSTEP:
SYSCALL_REQUIRE(ptrace(PT_SETSTEP, child, 0, 0) != -1);