Searched defs:watchpoint (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dexec.c1354 /* Add a watchpoint. */
1356 int flags, CPUWatchpoint **watchpoint)
1363 fprintf(stderr, "qemu: tried to set invalid watchpoint at "
1381 if (watchpoint)
1382 *watchpoint = wp;
1386 /* Remove a specific watchpoint. */
1403 /* Remove a specific watchpoint by reference. */
1404 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint) argument
1406 QTAILQ_REMOVE(&env->watchpoints, watchpoint, entry);
1408 tlb_flush_page(env, watchpoint
1355 cpu_watchpoint_insert(CPUState *env, target_ulong addr, target_ulong len, int flags, CPUWatchpoint **watchpoint) argument
[all...]

Completed in 30 milliseconds