scripts: add x86 register parser to markup_oops.pl
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 15 Feb 2009 10:30:52 +0000 (11:30 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 15 Feb 2009 11:50:10 +0000 (12:50 +0100)
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 <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found