OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_RESUME
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/sys/
ptrace.h
61
#define
PT_RESUME
21 /* allow execution of the LWP */
97
/* 21 */ "
PT_RESUME
", \
/src/external/gpl3/gdb/dist/gdb/
netbsd-nat.c
483
request =
PT_RESUME
;
496
if (ptrace (
PT_RESUME
, tp->ptid.pid (), NULL, tp->ptid.lwp ()) == -1)
fbsd-nat.c
1212
if (ptrace (
PT_RESUME
, tp->ptid.lwp (), NULL, 0) == -1)
1213
perror_with_name (("ptrace (
PT_RESUME
)"));
/src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.c
482
request =
PT_RESUME
;
495
if (ptrace (
PT_RESUME
, tp->ptid.pid (), NULL, tp->ptid.lwp ()) == -1)
fbsd-nat.c
1211
if (ptrace (
PT_RESUME
, tp->ptid.lwp (), NULL, 0) == -1)
1212
perror_with_name (("ptrace (
PT_RESUME
)"));
/src/sys/kern/
sys_ptrace_common.c
271
case
PT_RESUME
:
449
case
PT_RESUME
:
1463
case
PT_RESUME
:
/src/tests/lib/libc/sys/
t_ptrace_threads_wait.h
497
SYSCALL_REQUIRE(ptrace(
PT_RESUME
, child, NULL, psi.psi_lwpid) != -1);
625
SYSCALL_REQUIRE(ptrace(
PT_RESUME
, child, NULL, lid) != -1);
/src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.cc
150
if (ptrace (
PT_RESUME
, pid, NULL, ptid.lwp ()) == -1)
165
if (ptrace (
PT_RESUME
, pid, NULL, ptid.lwp ()) == -1)
/src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.cc
150
if (ptrace (
PT_RESUME
, pid, NULL, ptid.lwp ()) == -1)
165
if (ptrace (
PT_RESUME
, pid, NULL, ptid.lwp ()) == -1)
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026