]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Shadow registers wronly shown by gdb on avx machine
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 4 Jul 2014 21:53:29 +0000 (21:53 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 4 Jul 2014 21:53:29 +0000 (21:53 +0000)
commit33f246ee58eff28fb7be800f36a3a1fc6e3f8ce2
tree45993045a6d8b8a983d092267c09fd2d7624fe44
parentcae97b0c6673775d3522f38e04b6f4767d886c2b
Shadow registers wronly shown by gdb on avx machine
For an unclear reason, the orig_rax register and its shadows are described in the
xml file using a register number.
This register number is correct on non avx machine, but is wrong on
avx machine, as these have more registers, which means that orig_raxs1 and s2
should have different numbers.

As no reason was found to have a register number explicitely give, remove this
regnnr from the xml file, and let gdb calculate it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14128
coregrind/m_gdbserver/64bit-linux-valgrind-s1.xml
coregrind/m_gdbserver/64bit-linux-valgrind-s2.xml
coregrind/m_gdbserver/64bit-linux.xml