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

Diff of /qemu/disas.h

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

revision 1.6 by bellard, Sun Jan 23 20:26:30 2005 UTC revision 1.7 by bellard, Mon Nov 21 23:35:10 2005 UTC
# Line 4  Line 4 
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, target_ulong 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(CPUState *env,
8                       target_ulong pc, int nb_insn, int is_physical, int flags);
9    
10  /* Look up symbol for debugging purpose.  Returns "" if unknown. */  /* Look up symbol for debugging purpose.  Returns "" if unknown. */
11  const char *lookup_symbol(target_ulong orig_addr);  const char *lookup_symbol(target_ulong orig_addr);

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

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