Searched refs:cpu_watchpoint_remove_all (Results 1 – 3 of 3) sorted by relevance
805 void cpu_watchpoint_remove_all(CPUState *env, int mask);
1539 cpu_watchpoint_remove_all(env, BP_GDB); in gdb_breakpoint_remove_all()2317 cpu_watchpoint_remove_all(env, BP_GDB); in gdbserver_fork()
1414 void cpu_watchpoint_remove_all(CPUState *env, int mask) in cpu_watchpoint_remove_all() function