Searched defs:get_regs_error (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Ddefs.h620 extern long get_regs_error;
621 # define clear_regs() (get_regs_error = -1)
624 # define get_regs_error 0 macro
H A Dsyscall.c793 if (get_regs_error) {
1013 long get_regs_error; variable
1028 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &io);
1034 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &x86_io);
1038 get_regs_error = ptrace(PTRACE_GETREGSET, pid, NT_PRSTATUS, &aarch64_io);
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);
1064 if (get_regs_error
[all...]

Completed in 146 milliseconds