commit | 33ab1979bc9f719213bc3f392c8fd9d012e4f4e9 | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Wed Feb 11 18:46:32 2009 -0600 |
committer | Jason Wessel <jason.wessel@windriver.com> | Fri May 15 07:56:25 2009 -0500 |
tree | 4bec72fadd446a86c7ffc96269a9f83fc4a9f456 | |
parent | 364b5b7b1d793a7f98be55b6b154716dcae78dfc [diff] |
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 <jason.wessel@windriver.com>