aboutsummaryrefslogtreecommitdiff
path: root/coregrind/m_gdbserver/arm-vfpv3-valgrind-s1.xml
AgeCommit message (Collapse)Author
2012-03-14Change the type of the shadow regs for floating point registersflorian
to be uint64. Previously the value in such a shadow reg would be interpreted by gdb as a floating point value which would produce non-sensible output for e.g p/x $f1s1. This patch covers the power and arm architectures. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12444 a5019735-40e9-0310-863c-91ae7b9d1cf9
2011-05-06Implement a GDB server in Valgrind. See #214909.sewardj
(Philippe Waroquiers, philippe.waroquiers@skynet.be) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11727 a5019735-40e9-0310-863c-91ae7b9d1cf9