Revision 7d03f82f cpu-all.h

b/cpu-all.h
760 760

  
761 761
int cpu_watchpoint_insert(CPUState *env, target_ulong addr);
762 762
int cpu_watchpoint_remove(CPUState *env, target_ulong addr);
763
void cpu_watchpoint_remove_all(CPUState *env);
763 764
int cpu_breakpoint_insert(CPUState *env, target_ulong pc);
764 765
int cpu_breakpoint_remove(CPUState *env, target_ulong pc);
766
void cpu_breakpoint_remove_all(CPUState *env);
765 767

  
766 768
#define SSTEP_ENABLE  0x1  /* Enable simulated HW single stepping */
767 769
#define SSTEP_NOIRQ   0x2  /* Do not use IRQ while single stepping */

Also available in: Unified diff