Home
last modified time | relevance | path

Searched refs:PT_STEP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dptrace.h48 #define PT_STEP 9 /* single step the child */ macro
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h421 #if defined(PT_STEP)
H A Dt_ptrace_wait.c4386 #if defined(PT_STEP)
4429 ATF_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0) != -1); in ATF_TC_BODY()
4450 #if defined(PT_STEP)
4495 ATF_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0) != -1); in ATF_TC_BODY()
4518 #if defined(PT_STEP)
4563 ATF_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0) != -1); in ATF_TC_BODY()
4586 #if defined(PT_STEP)
4631 ATF_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0) != -1); in ATF_TC_BODY()
5387 #if defined(PT_STEP)
5440 ATF_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0) != -1); in ATF_TC_BODY()
[all …]
/freebsd/sys/kern/
H A Dsys_process.c872 case PT_STEP: in kern_ptrace()
1208 case PT_STEP: in kern_ptrace()
1221 case PT_STEP: in kern_ptrace()
/freebsd/sys/compat/linux/
H A Dlinux_ptrace.c511 error = kern_ptrace(td, PT_STEP, pid, (void *)1, sig); in linux_ptrace()
/freebsd/tests/sys/kern/
H A Dptrace_test.c3618 REQUIRE_EQ(ptrace(PT_STEP, fpid, (caddr_t)1, SIGUSR1), 0); in ATF_TC_BODY()
3735 REQUIRE_EQ(ptrace(PT_STEP, fpid, (caddr_t)1, 0), 0); in ATF_TC_BODY()