Home | History | Annotate | Download | only in strace

Lines Matching refs:get_regs_error

793 	if (get_regs_error) {
1013 long get_regs_error;
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 && errno == EIO) {
1067 get_regs_error = powerpc_getregs_old(pid);
1079 if (get_regs_error >= 0) {
1089 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &arm_regs);
1091 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &i386_regs);
1095 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs);
1096 if (!get_regs_error && x86_64_regs.cs == 0x23) {
1974 scno_good = res = (get_regs_error ? -1 : get_scno(tcp));
2533 res = (get_regs_error ? -1 : get_syscall_result(tcp));