Searched refs:get_regs_error (Results 1 – 1 of 1) sorted by relevance
775 static long get_regs_error; variable780 get_regs_error = -1; in clear_regs()909 res = (get_regs_error ? -1 : get_syscall_result(tcp)); in trace_syscall_exiting()1212 if (get_regs_error || ARCH_GET_PC) in print_pc()1251 get_regs_error = get_regset(pid); in get_regs()1254 if (get_regs_error >= 0) { in get_regs()1262 get_regs_error = getregs_old(pid); in get_regs()1265 get_regs_error = get_regset(pid); in get_regs()1270 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&ARCH_REGS_FOR_GETREGS, 0); in get_regs()1275 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs()[all …]