diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-04 12:57:25 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-04 12:57:25 +0000 |
commit | 9307c4c1d93939db9b04117b654253af5113dc21 (patch) | |
tree | 975cc9111cbe608dfec3e78d0d9d222c640e01b1 /disas.h | |
parent | 40c3bac35a868c275e083cad9ff39d3119847707 (diff) |
improved monitor: type check, expression evaluator, memory dump, disassembly
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@703 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'disas.h')
-rw-r--r-- | disas.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ /* Disassemble this for me please... (debugging). */ void disas(FILE *out, void *code, unsigned long size, int is_host, int flags); +void monitor_disas(target_ulong pc, int nb_insn, int is_physical, int flags); /* Look up symbol for debugging purpose. Returns "" if unknown. */ const char *lookup_symbol(void *orig_addr); |