Home
last modified time | relevance | path

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

/freebsd/lib/libproc/
H A Dproc_bkpt.c242 if (ptrace(PT_STEP, proc_getpid(phdl), (caddr_t)1, 0) < 0) { in proc_bkptexec()
/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)
5387 #if defined(PT_STEP)
5440 ATF_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0) != -1); in ATF_TC_BODY()
5870 #if defined(PT_STEP)
[all …]
/freebsd/sys/kern/
H A Dsys_process.c875 case PT_STEP: in kern_ptrace()
1211 case PT_STEP: in kern_ptrace()
1224 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()