mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
disas: Dump insn bytes along with capstone disassembly
This feature is present for some targets in the bfd disassembler(s). Implement it generically for all capstone users. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b0fbe46ad8
commit
15fa1a0ae0
4 changed files with 94 additions and 12 deletions
|
@ -374,6 +374,8 @@ typedef struct disassemble_info {
|
|||
/* Options for Capstone disassembly. */
|
||||
int cap_arch;
|
||||
int cap_mode;
|
||||
int cap_insn_unit;
|
||||
int cap_insn_split;
|
||||
|
||||
} disassemble_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue