From: Jason Wessel Date: Thu, 12 Feb 2009 00:46:32 +0000 (-0600) Subject: kgdb,i386: use address that SP register points to in the exception frame X-Git-Tag: linux-omap-v2.6.30-rc6~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ab1979bc9f719213bc3f392c8fd9d012e4f4e9;p=pandora-kernel.git kgdb,i386: use address that SP register points to in the exception frame The treatment of the SP register is different on x86_64 and i386. This is a regression fix that lived outside the mainline kernel from 2.6.27 to now. The regression was a result of the original merge consolidation of the i386 and x86_64 archs to x86. The incorrectly reported SP on i386 prevented stack tracebacks from working correctly in gdb. Signed-off-by: Jason Wessel --- Reading git-diff-tree failed