]> git.ipfire.org Git - thirdparty/qemu.git/commit
disas: introduce show_opcodes
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 5 Mar 2024 12:10:02 +0000 (12:10 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 6 Mar 2024 12:35:51 +0000 (12:35 +0000)
commit83b4613ba835d6ed6dcee3001c7fc56dc7b21685
treebf4e62ecf576a388d0db187045d746848aa7e9b3
parent3077be254538b9fbb4bd5a7a9c60058b4580eb01
disas: introduce show_opcodes

For plugins we don't expect the raw opcodes in the disassembly. We
already deal with this by hand crafting our capstone call but for
other diassemblers we need a flag. Introduce show_opcodes which
defaults to off.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240305121005.3528075-27-alex.bennee@linaro.org>
disas/disas.c
include/disas/dis-asm.h