mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 13:08:31 +00:00
plugin: add qemu_plugin_insn_disas helper
Give the plugins access to the QEMU dissasembler so they don't have to re-invent the wheel. We generate a warning when there are spare bytes in the decode buffer. This is usually due to the front end loading in more bytes than decoded. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
qemu_plugin_insn_size;
|
||||
qemu_plugin_insn_vaddr;
|
||||
qemu_plugin_insn_haddr;
|
||||
qemu_plugin_insn_disas;
|
||||
qemu_plugin_mem_size_shift;
|
||||
qemu_plugin_mem_is_sign_extended;
|
||||
qemu_plugin_mem_is_big_endian;
|
||||
|
||||
Reference in New Issue
Block a user