/[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.6 by bellard, Mon Jul 7 12:17:46 2003 UTC revision 1.7 by bellard, Sat Jul 26 12:06:08 2003 UTC
# Line 313  extern CPUState *cpu_single_env; Line 313  extern CPUState *cpu_single_env;
313  #define CPU_INTERRUPT_HARD 0x02 /* hardware interrupt pending */  #define CPU_INTERRUPT_HARD 0x02 /* hardware interrupt pending */
314  void cpu_interrupt(CPUState *s, int mask);  void cpu_interrupt(CPUState *s, int mask);
315    
316    int cpu_breakpoint_insert(CPUState *env, uint32_t pc);
317    int cpu_breakpoint_remove(CPUState *env, uint32_t pc);
318    
319  /* gdb stub API */  /* gdb stub API */
320  extern int gdbstub_fd;  extern int gdbstub_fd;
321  CPUState *cpu_gdbstub_get_env(void *opaque);  CPUState *cpu_gdbstub_get_env(void *opaque);
322  int cpu_gdbstub(void *opaque, void (*main_loop)(void *opaque), int port);  int cpu_gdbstub(void *opaque, int (*main_loop)(void *opaque), int port);
323    
324  #endif /* CPU_ALL_H */  #endif /* CPU_ALL_H */

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