Searched refs:get_regs_error (Results 1 – 2 of 2) sorted by relevance
563 static long get_regs_error; variable568 get_regs_error = -1; in clear_regs()800 return get_regs_error ? -1 : get_syscall_result(tcp); in syscall_exiting_decode()1089 if (get_regs_error || ARCH_GET_PC) in print_pc()1180 if (get_regs_error != -1) in get_regs()1190 get_regs_error = ptrace_getregset_or_getregs(pid); in get_regs()1193 get_regs_error = ptrace_getregset_or_getregs(pid); in get_regs()1194 if (get_regs_error >= 0) { in get_regs()1202 get_regs_error = getregs_old(pid); in get_regs()1205 get_regs_error = ptrace_getregset_or_getregs(pid); in get_regs()[all …]
2975 * syscall.c (get_regs): Skip if get_regs_error != -1.24178 trace_syscall_entering(), so move the get_regs_error check from24181 * syscall.c (trace_syscall_entering): Move get_regs_error check ...25426 Do not reset get_regs_error unnecessarily.25427 As get_regs() is now guaranteed to set get_regs_error,25428 there is no need to reset get_regs_error before get_regs() call.25447 * defs.h (get_regs_error): Remove.25452 (get_regs_error): Define unconditionally, change scope to static.25464 to get_regs_error; do not list individual architectures, implement25466 (get_regs): Assign get_regset() return code to get_regs_error.[all …]