]> git.ipfire.org Git - thirdparty/valgrind.git/commit
ARM/Thumb only: fix a bug in which stack unwinding halts in some
authorJulian Seward <jseward@acm.org>
Mon, 20 Feb 2012 15:33:24 +0000 (15:33 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 20 Feb 2012 15:33:24 +0000 (15:33 +0000)
commit5786c979e6e3eb14b5cde1bec11ffa0851649d76
treec16539bd00b9ca1d82f2d0ac57a900572ebb0891
parent0160d2dfc6e10e9cde17b0afee1129dd52d0ae6f
ARM/Thumb only: fix a bug in which stack unwinding halts in some
functions that do FP arithmetic.  This is due to the Dwarf3 CFI
mentioning Dwarf registers above N_CFI_REGS, in particular FP
registers, which have values of about 80.  This fixes the problem by
increasing N_CFI_REGS to a level that covers all known registers.
(n-i-bz)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12393
coregrind/m_debuginfo/readdwarf.c