]> Git Repo - qemu.git/commit - target/i386/cpu.c
disas: Dump insn bytes along with capstone disassembly
authorRichard Henderson <[email protected]>
Tue, 7 Nov 2017 12:19:18 +0000 (13:19 +0100)
committerRichard Henderson <[email protected]>
Thu, 9 Nov 2017 07:46:38 +0000 (08:46 +0100)
commit15fa1a0ae0b7de61401131d3ecfcc4acbc31eaaa
treea7f15cae67d4aa203022af97c87b2982efae31d5
parentb0fbe46ad82982b289a44ee2495b59b0bad8a842
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
disas.c
include/disas/bfd.h
target/arm/cpu.c
target/i386/cpu.c
This page took 0.026111 seconds and 4 git commands to generate.