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

/external/kernel-headers/original/asm-mips/
H A Dptrace.h55 #define PTRACE_GETREGS 12 macro
/external/kernel-headers/original/asm-x86/
H A Dptrace-abi.h61 #define PTRACE_GETREGS 12 macro
/external/kernel-headers/original/asm-arm/
H A Dptrace.h14 #define PTRACE_GETREGS 12 macro
/external/strace/
H A Dsyscall.c66 # undef PTRACE_GETREGS macro
67 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
876 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, &regs) < 0)
991 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (void *)&regs) == -1)
1073 if (ptrace (PTRACE_GETREGS, tcp->pid, NULL, (long) &regs) < 0)
1151 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
1897 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
1910 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0)
2073 if (ptrace (PTRACE_GETREGS, tcp->pid, NULL, (long) &regs) < 0)
2757 if (ptrace(PTRACE_GETREGS,tc
[all...]
H A Dutil.c84 # undef PTRACE_GETREGS macro
85 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1142 if (ptrace(PTRACE_GETREGS,tcp->pid,(char *)&regs,0) < 0) {
1229 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *) &regs, 0) < 0) {
1230 perror("printcall: ptrace(PTRACE_GETREGS, ...)");
1383 (ptrace (PTRACE_GETREGS, tcp->pid, (char *) (state), 0))
1598 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1599 perror("setbpt: ptrace(PTRACE_GETREGS, ...)");
1659 if (ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1660 perror("clearbpt: ptrace(PTRACE_GETREGS,
[all...]
H A Dprocess.c88 # undef PTRACE_GETREGS macro
89 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
723 if (ptrace(PTRACE_GETREGS, tcp->pid, (char*)&regs, 0)<0)
2242 # ifdef PTRACE_GETREGS
2243 { PTRACE_GETREGS, "PTRACE_GETREGS" },
H A Dsignal.c84 # undef PTRACE_GETREGS macro
85 # define PTRACE_GETREGS PTRACE_GETREGS64 macro
1271 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (void *)&regs) == -1)
1441 if(ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1442 perror("sigreturn: PTRACE_GETREGS ");
1495 if(ptrace(PTRACE_GETREGS, tcp->pid, (char *)&regs, 0) < 0) {
1496 perror("sigreturn: PTRACE_GETREGS ");
1524 if (ptrace(PTRACE_GETREGS, tcp->pid, NULL, (long)regs) < 0) {
1525 perror("sigreturn: PTRACE_GETREGS");

Completed in 159 milliseconds