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)
commitc19ef7fd8e534c870166213e9e30de9c44b34a76
tree163e722b2a0bc6370e27504e403c066dd306a096
parent5123b327c107db9e560fd62d50c27a3816e5a078
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 <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/markup_oops.pl