commit | c19ef7fd8e534c870166213e9e30de9c44b34a76 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Feb 15 11:30:52 2009 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Sun Feb 15 12:50:10 2009 +0100 |
tree | 163e722b2a0bc6370e27504e403c066dd306a096 | |
parent | 5123b327c107db9e560fd62d50c27a3816e5a078 [diff] |
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>