Home
last modified time | relevance | path

Searched refs:cpu_breakpoint_remove (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c171 err = cpu_breakpoint_remove(cpu, addr, BP_GDB); in tcg_remove_breakpoint()
/openbmc/qemu/
H A Dcpu-common.c420 int cpu_breakpoint_remove(CPUState *cpu, vaddr pc, int flags) in cpu_breakpoint_remove() function
/openbmc/qemu/include/hw/core/
H A Dcpu.h1103 int cpu_breakpoint_remove(CPUState *cpu, vaddr pc, int flags);
/openbmc/qemu/gdbstub/
H A Duser.c737 err = cpu_breakpoint_remove(cpu, addr, BP_GDB); in gdb_breakpoint_remove()