target-arm: dump-guest-memory: add vfp notes for arm
commitade0d0c0d3a0444c626ec5f46ef75af7395236f6
authorAndrew Jones <drjones@redhat.com>
Mon, 11 Jan 2016 19:56:25 +0000 (11 20:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jan 2016 14:55:16 +0000 (15 14:55 +0000)
tree8a6c9f709a8713e12a89eebbf1eb31147a26440b
parent7d68e47f1280f911df0ea87051d70a4ee52d701d
target-arm: dump-guest-memory: add vfp notes for arm

gdb won't actually dump these with 'info all-registers' since
it first tries to confirm that it should by checking the VFP
hwcap in the .auxv note. Well, we don't generate an .auxv note.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1452542185-10914-9-git-send-email-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/arch_dump.c