Searched refs:cpu_breakpoint_insert (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-all.h979 int cpu_breakpoint_insert(CPUState *env, target_ulong pc, int flags,
H A Dexec.c1633 int cpu_breakpoint_insert(CPUState *env, target_ulong pc, int flags, function
2063 cpu_breakpoint_insert(new_env, bp->pc, bp->flags, NULL);
H A DVBoxRecompiler.c838 int rc2 = cpu_breakpoint_insert(&pVM->rem.s.Env, GCPtrPC, BP_GDB, NULL);
859 if (!cpu_breakpoint_insert(&pVM->rem.s.Env, Address, BP_GDB, NULL))
/vbox/src/recompiler/target-i386/
H A Dhelper.c969 err = cpu_breakpoint_insert(env, env->dr[index], BP_CPU,

Completed in 229 milliseconds