]> git.ipfire.org Git - thirdparty/valgrind.git/commit
PPC64, Valgrind with GDB does not display 64-bit and 128-bit registers
authorCarl Love <cel@us.ibm.com>
Thu, 21 Apr 2016 18:21:26 +0000 (18:21 +0000)
committerCarl Love <cel@us.ibm.com>
Thu, 21 Apr 2016 18:21:26 +0000 (18:21 +0000)
commita30916183c20dffc0bdbca00426de17722a34fea
tree7d9c954bd147641c557502b767cf9801d9508296
parenteb743789cd75e383569882d9df803b355439398e
PPC64, Valgrind with GDB does not display 64-bit and 128-bit registers
correctly

1)  Fix Endianess issue that was missed in the BE to LE port.  GDB was
    not displaying the contents of the 64-bit and 128-bit registers
    correctly due to an Endianess issue.

2)  Fix displaying the shadow registers for the 64-bit and 128-bit
    registers.

Bugzilla 360008 was opened for this issue.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15864
12 files changed:
coregrind/Makefile.am
coregrind/m_gdbserver/power-altivec.xml
coregrind/m_gdbserver/power-fpu-valgrind-s1.xml
coregrind/m_gdbserver/power-fpu-valgrind-s2.xml
coregrind/m_gdbserver/power64-core-valgrind-s1.xml
coregrind/m_gdbserver/power64-core-valgrind-s2.xml
coregrind/m_gdbserver/power64-core.xml
coregrind/m_gdbserver/power64-linux-valgrind-s1.xml
coregrind/m_gdbserver/power64-linux-valgrind-s2.xml
coregrind/m_gdbserver/powerpc-altivec64l-valgrind.xml
coregrind/m_gdbserver/powerpc-altivec64l.xml
coregrind/m_gdbserver/valgrind-low-ppc64.c