Searched refs:PT_STEP (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | infptrace.c | 72 #if !defined (PT_STEP) 73 #define PT_STEP 9 /* Set flag for single stepping */ macro 165 if (request == PT_STEP) in call_ptrace() 268 ptrace (PT_STEP, pid, (PTRACE_ARG3_TYPE) 1, in child_resume()
|
| D | i386fbsd-nat.c | 43 int request = PT_STEP; in child_resume()
|
| D | infttrace.c | 106 #if !defined (PT_STEP) 107 #define PT_STEP 9 /* Set flag for single stepping */ macro 3756 case PT_STEP: in call_ptrace()
|
| /freebsd-12-stable/lib/libproc/ |
| D | proc_bkpt.c | 248 if (ptrace(PT_STEP, proc_getpid(phdl), (caddr_t)1, 0) < 0) { in proc_bkptexec()
|
| /freebsd-12-stable/sys/sys/ |
| D | ptrace.h | 51 #define PT_STEP 9 /* single step the child */ macro
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | t_ptrace_wait.h | 421 #if defined(PT_STEP)
|
| D | t_ptrace_wait.c | 4386 #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-12-stable/sys/kern/ |
| D | sys_process.c | 764 case PT_STEP: 1102 case PT_STEP: 1115 case PT_STEP:
|
| /freebsd-12-stable/sys/amd64/linux/ |
| D | linux_ptrace.c | 611 error = kern_ptrace(td, PT_STEP, pid, (void *)1, sig); in linux_ptrace()
|
| /freebsd-12-stable/gnu/usr.bin/gdb/gdbserver/ |
| D | fbsd-low.c | 859 ptrace (step ? PT_STEP : PT_CONTINUE, process->lwpid, (PTRACE_ARG3_TYPE) 1, signal); in fbsd_resume_one_process()
|
| /freebsd-12-stable/tests/sys/kern/ |
| D | ptrace_test.c | 3540 ATF_REQUIRE(ptrace(PT_STEP, fpid, (caddr_t)1, SIGUSR1) == 0); in ATF_TC_BODY() 3657 ATF_REQUIRE(ptrace(PT_STEP, fpid, (caddr_t)1, 0) == 0); in ATF_TC_BODY()
|