Home
last modified time | relevance | path

Searched refs:cpu_watchpoint_remove_all (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dcpu-all.h805 void cpu_watchpoint_remove_all(CPUState *env, int mask);
Dgdbstub.c1539 cpu_watchpoint_remove_all(env, BP_GDB); in gdb_breakpoint_remove_all()
2317 cpu_watchpoint_remove_all(env, BP_GDB); in gdbserver_fork()
Dexec.c1414 void cpu_watchpoint_remove_all(CPUState *env, int mask) in cpu_watchpoint_remove_all() function