OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_STOP
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libc/sys/
t_ptrace_kill.c
53
atf_tc_set_md_var(tc, "descr", "Test PT_KILL of a
PT_STOP
'ed process");
118
SYSCALL(ptrace(
PT_STOP
, pid, NULL, 0), 0);
t_ptrace_threads_wait.h
616
SYSCALL_REQUIRE(ptrace(
PT_STOP
, child, NULL, 0) != -1);
/src/sys/kern/
sys_ptrace_common.c
273
case
PT_STOP
:
451
case
PT_STOP
:
475
* As an exception allow PT_KILL and
PT_STOP
here.
477
if (req != PT_KILL && req !=
PT_STOP
&&
506
case
PT_STOP
:
973
KASSERT(req == PT_KILL || req ==
PT_STOP
|| req == PT_ATTACH);
1421
case
PT_STOP
:
/src/sys/sys/
ptrace.h
63
#define
PT_STOP
23 /* stop the child process */
99
/* 23 */ "
PT_STOP
", \
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025