Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dptrace.h51 #define PT_STEP 9 /* single step the child */ macro
/f-stack/freebsd/kern/
H A Dsys_process.c627 case PT_STEP: in kern_ptrace()
954 case PT_STEP: in kern_ptrace()
967 case PT_STEP: in kern_ptrace()
/f-stack/freebsd/amd64/linux/
H A Dlinux_ptrace.c623 error = kern_ptrace(td, PT_STEP, pid, (void *)1, sig); in linux_ptrace()