From: Arjan van de Ven Date: Sun, 15 Feb 2009 10:30:52 +0000 (+0100) Subject: scripts: add x86 register parser to markup_oops.pl X-Git-Tag: v2.6.29-rc6~81^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19ef7fd8e534c870166213e9e30de9c44b34a76;p=pandora-kernel.git scripts: add x86 register parser to markup_oops.pl An oops dump also contains the register values. This patch parses these for (32 bit) x86, and then annotates the disassembly with these values; this helps in analysis of the oops by the developer, for example, NULL pointer or other pointer bugs show up clearly this way. Signed-off-by: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed