Searched refs:get_regs_error (Results 1 – 2 of 2) sorted by relevance
1088 static long get_regs_error; variable1095 get_regs_error = -1; in clear_regs()1104 if (get_regs_error != -1) in get_regs()1105 return get_regs_error; in get_regs()1114 return get_regs_error = ptrace_getregset_or_getregs(tcp->pid); in get_regs()1116 get_regs_error = ptrace_getregset_or_getregs(tcp->pid); in get_regs()1117 if (get_regs_error >= 0) { in get_regs()1119 return get_regs_error; in get_regs()1122 return get_regs_error; in get_regs()1125 return get_regs_error = getregs_old(tcp); in get_regs()[all …]
10106 * syscall.c (get_regs_error) [!ptrace_getregset_or_getregs]: Do not10108 (clear_regs) [!ptrace_getregset_or_getregs]: Do not set get_regs_error.10109 (get_regs) [ptrace_getregset_or_getregs]: Return get_regs_error, all10110 callers changed to test get_regs return code instead of get_regs_error17619 * syscall.c (get_regs): Skip if get_regs_error != -1.38822 trace_syscall_entering(), so move the get_regs_error check from38825 * syscall.c (trace_syscall_entering): Move get_regs_error check ...40070 Do not reset get_regs_error unnecessarily.40071 As get_regs() is now guaranteed to set get_regs_error,40072 there is no need to reset get_regs_error before get_regs() call.[all …]