Home | History | Annotate | Download | only in qemu

Lines Matching refs:breakpoint

1436 /* Add a breakpoint.  */
1438 CPUBreakpoint **breakpoint)
1456 if (breakpoint)
1457 *breakpoint = bp;
1464 /* Remove a specific breakpoint. */
1482 /* Remove a specific breakpoint by reference. */
1483 void cpu_breakpoint_remove_by_ref(CPUState *env, CPUBreakpoint *breakpoint)
1486 TAILQ_REMOVE(&env->breakpoints, breakpoint, entry);
1488 breakpoint_invalidate(env, breakpoint->pc);
1490 qemu_free(breakpoint);
2071 reads of pages with a write breakpoint. */