aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/disassemble.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-12-22sh: Add a simple code dumper for SUPERH32 show_regs().Paul Mundt1-0/+573
This implements a simple show_code() that is in turn plugged in to show_regs() to provide minimal code dumping at the end of the trace. Built on top of a simple instruction disassembler derived from the binutils opcode table. Signed-off-by: Paul Mundt <lethal@linux-sh.org>