Searched defs:PTRACE_GETREGS (Results 1 - 8 of 8) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h21 #undef PTRACE_GETREGS macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h45 #define PTRACE_GETREGS 12 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h61 #define PTRACE_GETREGS 12 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h15 #define PTRACE_GETREGS 12 macro
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc2018 #ifndef PTRACE_GETREGS
2019 #define PTRACE_GETREGS 12 macro
2034 // PTRACE_GETREGS.
2138 BPF_ASSERT_NE(-1, ptrace(PTRACE_GETREGS, pid, NULL, &regs));
/external/strace/
H A Dutil.c1253 # undef PTRACE_GETREGS macro
1254 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1262 (ptrace(PTRACE_GETREGS, (tcp)->pid, (char *) (state), 0))
H A Dprocess.c71 # undef PTRACE_GETREGS macro
72 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
H A Dsyscall.c58 # undef PTRACE_GETREGS macro
59 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
694 * PTRACE_GETREGS fills them too, so struct pt_regs would overflow.
977 * PTRACE_GETREGS was added to the PowerPC kernel in v2.6.23,
1052 /* PTRACE_GETREGS only */
1054 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &avr32_regs);
1056 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &tile_regs);
1058 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&sparc_regs, 0);
1063 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, (long) &ppc_regs);
1070 /* try PTRACE_GETREGSET first, fallback to PTRACE_GETREGS */
[all...]

Completed in 5201 milliseconds