Lines Matching refs:get_regs_error
10106 * syscall.c (get_regs_error) [!ptrace_getregset_or_getregs]: Do not
10108 (clear_regs) [!ptrace_getregset_or_getregs]: Do not set get_regs_error.
10109 (get_regs) [ptrace_getregset_or_getregs]: Return get_regs_error, all
10110 callers changed to test get_regs return code instead of get_regs_error
17619 * syscall.c (get_regs): Skip if get_regs_error != -1.
38822 trace_syscall_entering(), so move the get_regs_error check from
38825 * 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.
40091 * defs.h (get_regs_error): Remove.
40096 (get_regs_error): Define unconditionally, change scope to static.
40108 to get_regs_error; do not list individual architectures, implement
40110 (get_regs): Assign get_regset() return code to get_regs_error.
44973 * defs.h: declare ppc_regs and get_regs_error.
47101 * defs.h [TILE]: Declare clear_regs(), get_regs() and get_regs_error.
47193 Declare clear_regs(), get_regs() and get_regs_error flag variable.