Dmitry V. Levin 4f2d1ae243 mips: use PTRACE_GETREGS to fetch all registers
* linux/mips/arch_regs.h (struct mips_regs): New structure.
(mips_REG_*): New macros.
* signal.c (sys_sigreturn) [MIPS]: Use mips_REG_SP.
* syscall.c [MIPS] (struct mips_regs): New variable.
[MIPS] (ARCH_REGS_FOR_GETREGS): New macro.
(mips_a3, mips_r2): Remove.
(print_pc) [MIPS]: Use mips_REG_EPC.
(get_scno) [MIPS]: Use mips_REG_V0 and mips_REG_A3.
(get_syscall_args) [MIPS]: Use mips_REG_A[0-5].
(get_syscall_result) [MIPS]: Remove.
(get_error) [MIPS]: Use mips_REG_A3 and mips_REG_V0.
2015-02-16 02:39:13 +00:00
..
2015-02-15 00:08:11 +00:00
2015-02-15 00:08:11 +00:00
2015-02-06 01:23:05 +00:00
2014-02-05 15:43:04 +00:00
2014-02-05 14:25:20 +00:00
2013-02-14 13:39:53 +01:00
2014-02-04 00:03:08 +00:00
2014-02-05 14:51:19 +00:00
2001-08-03 21:51:48 +00:00
2015-01-12 14:27:11 +00:00
2015-02-06 01:23:05 +00:00
2013-05-02 22:50:55 +00:00