HomeSort by: relevance | last modified time | path
    Searched refs:PT_FIRSTMACH (Results 1 - 23 of 23) 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)
37 #define PT_GETREGS (PT_FIRSTMACH + 1)
38 #define PT_SETREGS (PT_FIRSTMACH + 2)
39 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
40 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
41 #define PT_SETSTEP (PT_FIRSTMACH + 5)
42 #define PT_CLEARSTEP (PT_FIRSTMACH + 6)
  /src/sys/arch/m68k/include/
ptrace.h 38 #define PT_STEP (PT_FIRSTMACH + 0)
39 #define PT_GETREGS (PT_FIRSTMACH + 1)
40 #define PT_SETREGS (PT_FIRSTMACH + 2)
41 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
42 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
43 #define PT_SETSTEP (PT_FIRSTMACH + 5)
44 #define PT_CLEARSTEP (PT_FIRSTMACH + 6)
  /src/sys/arch/sh3/include/
ptrace.h 40 #define PT_STEP (PT_FIRSTMACH + 0)
43 #define PT___GETREGS40 (PT_FIRSTMACH + 1)
44 #define PT___SETREGS40 (PT_FIRSTMACH + 2)
46 #define PT_GETREGS (PT_FIRSTMACH + 3)
47 #define PT_SETREGS (PT_FIRSTMACH + 4)
50 #define PT_GETFPREGS (PT_FIRSTMACH + 5)
51 #define PT_SETFPREGS (PT_FIRSTMACH + 6)
54 #define PT_SETSTEP (PT_FIRSTMACH + 7)
55 #define PT_CLEARSTEP (PT_FIRSTMACH + 8)
  /src/sys/arch/vax/include/
ptrace.h 31 #define PT_STEP (PT_FIRSTMACH + 0)
32 #define PT_GETREGS (PT_FIRSTMACH + 1)
33 #define PT_SETREGS (PT_FIRSTMACH + 2)
34 #define PT_SETSTEP (PT_FIRSTMACH + 3)
35 #define PT_CLEARSTEP (PT_FIRSTMACH + 4)
  /src/sys/arch/aarch64/include/
ptrace.h 40 #define PT_GETREGS (PT_FIRSTMACH + 0)
41 #define PT_SETREGS (PT_FIRSTMACH + 1)
42 #define PT_GETFPREGS (PT_FIRSTMACH + 2)
43 #define PT_SETFPREGS (PT_FIRSTMACH + 3)
44 #define PT_STEP (PT_FIRSTMACH + 4)
45 #define PT_SETSTEP (PT_FIRSTMACH + 5)
46 #define PT_CLEARSTEP (PT_FIRSTMACH + 6)
netbsd32_machdep.h 14 #define PT32_STEP (PT_FIRSTMACH + 0) /* Not implemented */
15 #define PT32_GETREGS (PT_FIRSTMACH + 1)
16 #define PT32_SETREGS (PT_FIRSTMACH + 2)
17 #define PT32_GETFPREGS (PT_FIRSTMACH + 5)
18 #define PT32_SETFPREGS (PT_FIRSTMACH + 6)
19 #define PT32_SETSTEP (PT_FIRSTMACH + 7) /* Not implemented */
20 #define PT32_CLEARSTEP (PT_FIRSTMACH + 8) /* Not implemented */
  /src/sys/arch/arm/include/
ptrace.h 41 #define PT_STEP (PT_FIRSTMACH + 0) /* Not implemented */
43 #define PT_GETREGS (PT_FIRSTMACH + 1)
44 #define PT_SETREGS (PT_FIRSTMACH + 2)
46 #define PT_GETFPREGS (PT_FIRSTMACH + 5)
47 #define PT_SETFPREGS (PT_FIRSTMACH + 6)
50 #define PT_SETSTEP (PT_FIRSTMACH + 7) /* Not implemented */
51 #define PT_CLEARSTEP (PT_FIRSTMACH + 8) /* Not implemented */
  /src/sys/arch/hppa/include/
ptrace.h 34 #define PT_STEP (PT_FIRSTMACH + 0)
35 #define PT_GETREGS (PT_FIRSTMACH + 1)
36 #define PT_SETREGS (PT_FIRSTMACH + 2)
37 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
38 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
39 #define PT_SETSTEP (PT_FIRSTMACH + 5)
40 #define PT_CLEARSTEP (PT_FIRSTMACH + 6)
  /src/sys/arch/amd64/include/
ptrace.h 39 #define PT_STEP (PT_FIRSTMACH + 0)
40 #define PT_GETREGS (PT_FIRSTMACH + 1)
41 #define PT_SETREGS (PT_FIRSTMACH + 2)
42 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
43 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
44 #define PT_GETDBREGS (PT_FIRSTMACH + 5)
45 #define PT_SETDBREGS (PT_FIRSTMACH + 6)
46 #define PT_SETSTEP (PT_FIRSTMACH + 7)
47 #define PT_CLEARSTEP (PT_FIRSTMACH + 8)
48 #define PT_GETXSTATE (PT_FIRSTMACH + 9
    [all...]
netbsd32_machdep.h 16 #define PT32_STEP (PT_FIRSTMACH + 0)
17 #define PT32_GETREGS (PT_FIRSTMACH + 1)
18 #define PT32_SETREGS (PT_FIRSTMACH + 2)
19 #define PT32_GETFPREGS (PT_FIRSTMACH + 3)
20 #define PT32_SETFPREGS (PT_FIRSTMACH + 4)
21 #define PT32_GETXMMREGS (PT_FIRSTMACH + 5)
22 #define PT32_SETXMMREGS (PT_FIRSTMACH + 6)
23 #define PT32_GETDBREGS (PT_FIRSTMACH + 7)
24 #define PT32_SETDBREGS (PT_FIRSTMACH + 8)
25 #define PT32_SETSTEP (PT_FIRSTMACH + 9
    [all...]
  /src/sys/arch/i386/include/
ptrace.h 74 #define PT_STEP (PT_FIRSTMACH + 0)
75 #define PT_GETREGS (PT_FIRSTMACH + 1)
76 #define PT_SETREGS (PT_FIRSTMACH + 2)
77 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
78 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
84 #define PT_GETXMMREGS (PT_FIRSTMACH + 5)
85 #define PT_SETXMMREGS (PT_FIRSTMACH + 6)
86 #define PT_GETDBREGS (PT_FIRSTMACH + 7)
87 #define PT_SETDBREGS (PT_FIRSTMACH + 8)
88 #define PT_SETSTEP (PT_FIRSTMACH + 9
    [all...]
  /src/sys/arch/mips/include/
ptrace.h 42 /* MIPS PT_STEP PT_FIRSTMACH+0 might be defined by a port specific header */
43 #define PT_GETREGS (PT_FIRSTMACH + 1)
44 #define PT_SETREGS (PT_FIRSTMACH + 2)
46 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
47 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
50 #define PT_SETSTEP (PT_FIRSTMACH + 5)
51 #define PT_CLEARSTEP (PT_FIRSTMACH + 6)
  /src/sys/arch/sparc/include/
ptrace.h 46 #define PT_GETREGS (PT_FIRSTMACH + 0)
47 #define PT_SETREGS (PT_FIRSTMACH + 1)
48 #define PT_GETFPREGS (PT_FIRSTMACH + 2)
49 #define PT_SETFPREGS (PT_FIRSTMACH + 3)
  /src/sys/arch/riscv/include/
ptrace.h 39 #define PT_GETREGS (PT_FIRSTMACH + 0)
40 #define PT_SETREGS (PT_FIRSTMACH + 1)
41 #define PT_GETFPREGS (PT_FIRSTMACH + 2)
42 #define PT_SETFPREGS (PT_FIRSTMACH + 3)
  /src/sys/arch/powerpc/include/
ptrace.h 6 #define PT_STEP (PT_FIRSTMACH + 0)
7 #define PT_GETREGS (PT_FIRSTMACH + 1)
8 #define PT_SETREGS (PT_FIRSTMACH + 2)
9 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
10 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
11 #define PT_GETVECREGS (PT_FIRSTMACH + 5)
12 #define PT_SETVECREGS (PT_FIRSTMACH + 6)
13 #define PT_SETSTEP (PT_FIRSTMACH + 7)
14 #define PT_CLEARSTEP (PT_FIRSTMACH + 8)
  /src/sys/arch/or1k/include/
ptrace.h 39 #define PT_GETREGS (PT_FIRSTMACH + 0)
40 #define PT_SETREGS (PT_FIRSTMACH + 1)
  /src/sys/arch/alpha/include/
ptrace.h 37 #define PT_GETREGS (PT_FIRSTMACH + 0)
38 #define PT_SETREGS (PT_FIRSTMACH + 1)
39 #define PT_GETFPREGS (PT_FIRSTMACH + 2)
40 #define PT_SETFPREGS (PT_FIRSTMACH + 3)
  /src/usr.bin/ktruss/
dump.c 586 else if (*ap >= PT_FIRSTMACH &&
587 *ap - PT_FIRSTMACH < (register_t)
589 xwprintf("(%s", ptrace_machdep_ops[*ap - PT_FIRSTMACH]);
  /src/sys/sys/
ptrace.h 69 #define PT_FIRSTMACH 32 /* for machine-specific requests */
  /src/usr.bin/kdump/
kdump.c 1012 else if (*ap >= PT_FIRSTMACH &&
1013 *ap - PT_FIRSTMACH < (register_t)
1015 (void)printf("%s", ptrace_machdep_ops[*ap - PT_FIRSTMACH]);
  /src/sys/arch/aarch64/aarch64/
netbsd32_machdep.c 104 case 0 ... PT_FIRSTMACH - 1:
  /src/sys/arch/amd64/amd64/
netbsd32_machdep.c 337 case 0 ... PT_FIRSTMACH - 1: return req;

Completed in 21 milliseconds