Fetch and store VFP registers by PTRACE_{G,S}ETREGSET
authorYao Qi <yao.qi@linaro.org>
Mon, 1 Jun 2015 11:13:02 +0000 (12:13 +0100)
committerYao Qi <yao.qi@linaro.org>
Mon, 1 Jun 2015 11:13:02 +0000 (12:13 +0100)
commitbd16da5114e2f04772bf05604a608fbe006a485a
tree5924d912295499b2e06ca1d9c1ef261e367166af
parentdf9d7ec9e749c18e9970fb240ca142148dd3bea9
Fetch and store VFP registers by PTRACE_{G,S}ETREGSET

This patch is to use PTRACE_{G,S}ETREGSET to fetch and store VFP
registers if kernel supports.

gdb:

2015-06-01  Yao Qi  <yao.qi@linaro.org>

* arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
(store_vfp_regs): Use PTRACE_SETREGSET.
gdb/ChangeLog
gdb/arm-linux-nat.c
This page took 0.025753 seconds and 4 git commands to generate.