/[qemu]/qemu/disas.h
ViewVC logotype

Diff of /qemu/disas.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Tue Apr 29 20:38:27 2003 UTC revision 1.2 by bellard, Sun Jun 15 19:44:10 2003 UTC
# Line 1  Line 1 
1  #ifndef _QEMU_DISAS_H  #ifndef _QEMU_DISAS_H
2  #define _QEMU_DISAS_H  #define _QEMU_DISAS_H
3    
 enum disas_type {  
     DISAS_I386_I386,  
     DISAS_I386_I8086,  
     DISAS_TARGET, /* whatever host is. */  
 };  
   
4  /* Disassemble this for me please... (debugging). */  /* Disassemble this for me please... (debugging). */
5  void disas(FILE *out, void *code, unsigned long size, enum disas_type type);  void disas(FILE *out, void *code, unsigned long size, int is_host, int flags);
6    
7  /* Look up symbol for debugging purpose.  Returns "" if unknown. */  /* Look up symbol for debugging purpose.  Returns "" if unknown. */
8  const char *lookup_symbol(void *orig_addr);  const char *lookup_symbol(void *orig_addr);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26