* ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
authorSergio Durigan Junior <sergiodj@redhat.com>
Sat, 9 May 2009 03:19:17 +0000 (03:19 +0000)
committerSergio Durigan Junior <sergiodj@redhat.com>
Sat, 9 May 2009 03:19:17 +0000 (03:19 +0000)
commit1dfe79e8d532f68cd4a017f17c1f9c9d5e2d835e
tree1fad9c3eddf93829b5d9c8c77795c783b61a4316
parent291e98bea02581e951e77c327a6394c9ec36d3c9
* ppc-linux-nat.c (have_ptrace_getsetregs): New variable.
(have_ptrace_getsetfpregs): Likewise.
fetch_all_gp_regs): New function.
(fetch_gp_regs): New function.
(fetch_all_fp_regs): Likewise.
(fetch_fp_regs): New function.
(fetch_ppc_registers): Using the new methods to fetch general-
purpose and floating-pointer registers.
(store_all_gp_regs): New function.
(store_gp_regs): Likewise.
(store_all_fp_regs): New function.
(store_fp_regs): Likewise.
(store_ppc_registers): Using the new methods to store general-
purpose and floating-pointer registers.
gdb/ChangeLog
gdb/ppc-linux-nat.c