OSDN Git Service

disas/hppa: Show hexcode of instruction along with disassembly
authorHelge Deller <deller@gmx.de>
Fri, 17 Nov 2023 10:26:02 +0000 (11:26 +0100)
committerHelge Deller <deller@gmx.de>
Fri, 17 Nov 2023 17:36:36 +0000 (18:36 +0100)
commit2f926bfd5b79e6219ae65a1e530b38f37d62b384
treed47bf51643f9b941ee3e37fabd6223f6f6f2b6ae
parenta01491a238fab670ba68b5c649c109c64ae23e21
disas/hppa: Show hexcode of instruction along with disassembly

On hppa many instructions can be expressed by different bytecodes.
To be able to debug qemu translation bugs it's therefore necessary to see the
currently executed byte codes without the need to lookup the sequence without
the full executable.
With this patch the instruction byte code is shown beside the disassembly.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
disas/hppa.c