HomeSort by: relevance | last modified time | path
    Searched refs:PT_STEP (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/arc/include/
ptrace.h 4 #define PT_STEP (PT_FIRSTMACH + 0)
  /src/sys/arch/ia64/include/
ptrace.h 36 #define PT_STEP (PT_FIRSTMACH + 0)
45 "PT_STEP", \
  /src/sys/arch/m68k/include/
ptrace.h 38 #define PT_STEP (PT_FIRSTMACH + 0)
47 "PT_STEP", \
  /src/sys/arch/vax/include/
ptrace.h 31 #define PT_STEP (PT_FIRSTMACH + 0)
38 "PT_STEP", \
  /src/sys/arch/aarch64/include/
ptrace.h 44 #define PT_STEP (PT_FIRSTMACH + 4)
53 "PT_STEP", \
  /src/sys/arch/arm/include/
ptrace.h 41 #define PT_STEP (PT_FIRSTMACH + 0) /* Not implemented */
55 "n/a PT_STEP", \
  /src/sys/arch/hppa/include/
ptrace.h 34 #define PT_STEP (PT_FIRSTMACH + 0)
43 "PT_STEP", \
  /src/sys/arch/mips/include/
ptrace.h 42 /* MIPS PT_STEP PT_FIRSTMACH+0 might be defined by a port specific header */
49 #ifdef PT_STEP
55 "PT_STEP", \
  /src/sys/arch/sh3/include/
ptrace.h 40 #define PT_STEP (PT_FIRSTMACH + 0)
58 "PT_STEP", \
  /src/sys/arch/powerpc/include/
ptrace.h 6 #define PT_STEP (PT_FIRSTMACH + 0)
17 "PT_STEP", \
  /src/sys/arch/amd64/include/
ptrace.h 39 #define PT_STEP (PT_FIRSTMACH + 0)
62 "PT_STEP", \
  /src/sys/arch/i386/include/
ptrace.h 74 #define PT_STEP (PT_FIRSTMACH + 0)
94 "PT_STEP", \
  /src/sys/kern/
sys_ptrace_common.c 259 #ifdef PT_STEP
260 case PT_STEP:
441 #ifdef PT_STEP
442 case PT_STEP:
494 #ifdef PT_STEP
495 case PT_STEP:
1207 #ifdef PT_STEP
1208 case PT_STEP:
1239 * data > 0 in PT_STEP : step this thread, continue others
1240 * For operations other than PT_STEP, data > 0 mean
    [all...]
  /src/tests/lib/libc/sys/
t_ptrace_step_wait.h 29 #if defined(PT_STEP)
52 /* PT_STEP not supported on arm 32-bit */
126 "PT_STEP)\n");
127 SYSCALL_REQUIRE(ptrace(PT_STEP, child, (void *)1, 0)
225 atf_tc_set_md_var(tc, "descr", "Verify PT_STEP with masked SIGTRAP");
237 atf_tc_set_md_var(tc, "descr", "Verify PT_STEP with ignored SIGTRAP");
t_ptrace_wait.h 864 #if defined(PT_STEP)
  /src/sys/compat/linux/common/
linux_misc.c 138 # ifdef PT_STEP
139 LINUX_PTRACE_SINGLESTEP, PT_STEP,
  /src/sys/arch/amd64/amd64/
netbsd32_machdep.c 338 case PT32_STEP: return PT_STEP;

Completed in 24 milliseconds