/[qemu]/qemu/cpu-all.h
ViewVC logotype

Diff of /qemu/cpu-all.h

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

revision 1.10 by bellard, Tue Sep 30 20:57:29 2003 UTC revision 1.11 by bellard, Sun Oct 5 14:28:56 2003 UTC
# Line 377  int cpu_breakpoint_insert(CPUState *env, Line 377  int cpu_breakpoint_insert(CPUState *env,
377  int cpu_breakpoint_remove(CPUState *env, uint32_t pc);  int cpu_breakpoint_remove(CPUState *env, uint32_t pc);
378  void cpu_single_step(CPUState *env, int enabled);  void cpu_single_step(CPUState *env, int enabled);
379    
380    #define CPU_LOG_ALL 1
381    void cpu_set_log(int log_flags);
382    void cpu_set_log_filename(const char *filename);
383    
384  /* memory API */  /* memory API */
385    
386  typedef void CPUWriteMemoryFunc(uint32_t addr, uint32_t value);  typedef void CPUWriteMemoryFunc(uint32_t addr, uint32_t value);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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