Home
last modified time | relevance | path

Searched refs:PTRACE_GETREGS (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/asm-x86/
Dptrace-abi.h61 #define PTRACE_GETREGS 12 macro
/external/strace/
Dutil.c96 # undef PTRACE_GETREGS
97 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1018 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0)
1044 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *) &regs, 0) < 0) {
1136 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0) {
1187 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *) &regs, 0) < 0) {
1318 (ptrace (PTRACE_GETREGS, tcp->pid, (char *) (state), 0))
1496 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1701 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1959 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
Dsyscall.c81 # undef PTRACE_GETREGS
82 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1009 if (ptrace(PTRACE_GETREGS, pid, NULL, (void *)&regs) == -1)
1131 if (ptrace(PTRACE_GETREGS,pid,(char *)&regs,0) < 0)
1789 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
1803 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
2561 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0)
Dsignal.c91 # undef PTRACE_GETREGS
92 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1233 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (void *)&regs) == -1)
1400 if(ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
Dprocess.c107 # undef PTRACE_GETREGS
108 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
662 if (ptrace(PTRACE_GETREGS, tcp->pid, (char*)&regs, 0)<0)
2223 #ifdef PTRACE_GETREGS
2224 { PTRACE_GETREGS, "PTRACE_GETREGS" },
DChangeLog1607 (ptrace_cmds): Make PTRACE_GETREGS et al conditional on #ifdef PTRACE_*
/external/kernel-headers/original/asm-arm/
Dptrace.h14 #define PTRACE_GETREGS 12 macro
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.c150 SY(__NR_ptrace, x0+PTRACE_GETREGS, x0, x0, x0); FAIL; in main()
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c743 SY(__NR_ptrace, x0+PTRACE_GETREGS, x0, x0, x0); FAIL; in main()