Symbol: PT_SETDBREGS
sys/arch/amd64/amd64/netbsd32_machdep.c
410
case PT32_SETDBREGS: return PT_SETDBREGS;
sys/compat/netbsd32/netbsd32_ptrace.c
239
#if defined(PT_GETDBREGS) || defined(PT_SETDBREGS)
sys/kern/sys_ptrace_common.c
194
#ifdef PT_SETDBREGS
sys/kern/sys_ptrace_common.c
195
# define case_PT_SETDBREGS case PT_SETDBREGS:
sys/kern/sys_ptrace_common.c
206
#ifdef PT_SETDBREGS
sys/kern/sys_ptrace_common.c
222
#ifdef PT_SETDBREGS
sys/secmodel/extensions/secmodel_extensions.c
130
#ifdef PT_SETDBREGS
sys/secmodel/extensions/secmodel_extensions.c
242
#ifdef PT_SETDBREGS
sys/secmodel/extensions/secmodel_extensions.c
52
#ifdef PT_SETDBREGS
sys/sys/ptrace.h
231
#if defined(PT_GETDBREGS) || defined(PT_SETDBREGS)
sys/sys/ptrace.h
319
#ifdef PT_SETDBREGS
sys/sys/ptrace.h
364
# if defined(PT_SETDBREGS) || defined(PT_GETDBREGS)
tests/lib/libc/sys/t_ptrace_wait.h
282
&& defined(PT_SETDBREGS)
tests/lib/libc/sys/t_ptrace_x86_wait.h
1167
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1196
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1299
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1328
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1431
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1460
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1563
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1592
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1691
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
183
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
1848
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
2147
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &db, 0) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
4401
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r, lwpid) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
4447
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r, info->psi_lwpid) != -1);
tests/lib/libc/sys/t_ptrace_x86_wait.h
469
SYSCALL_REQUIRE(ptrace(PT_SETDBREGS, child, &r1, 0) != -1);