Searched refs:get_regs_error (Results 1 – 2 of 2) sorted by relevance
736 static long get_regs_error; variable741 get_regs_error = -1; in clear_regs()861 res = (get_regs_error ? -1 : get_syscall_result(tcp)); in trace_syscall_exiting()1159 if (get_regs_error) { in print_pc()1201 get_regs_error = get_regset(pid); in get_regs()1204 if (get_regs_error >= 0) { in get_regs()1215 get_regs_error = get_regset(pid); in get_regs()1220 get_regs_error = ptrace(PTRACE_GETREGS, pid, (char *)&ARCH_REGS_FOR_GETREGS, 0); in get_regs()1225 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in get_regs()1226 if (get_regs_error && errno == EIO) { in get_regs()[all …]
9 get_regs_error = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs); in getregs_old()10 if (get_regs_error) in getregs_old()