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

Diff of /qemu/disas.h

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

revision 1.5 by bellard, Mon Jan 3 23:35:10 2005 UTC revision 1.6 by bellard, Sun Jan 23 20:26:30 2005 UTC
# Line 3  Line 3 
3    
4  /* Disassemble this for me please... (debugging). */  /* Disassemble this for me please... (debugging). */
5  void disas(FILE *out, void *code, unsigned long size);  void disas(FILE *out, void *code, unsigned long size);
6  void target_disas(FILE *out, target_ulong code, unsigned long size, int flags);  void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
7  void monitor_disas(target_ulong pc, int nb_insn, int is_physical, int flags);  void monitor_disas(target_ulong pc, int nb_insn, int is_physical, int flags);
8    
9  /* Look up symbol for debugging purpose.  Returns "" if unknown. */  /* Look up symbol for debugging purpose.  Returns "" if unknown. */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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