Home
last modified time | relevance | path

Searched refs:BP_GDB (Results 1 – 8 of 8) sorted by relevance

/qemu/accel/tcg/
H A Dtcg-accel-ops.c120 [GDB_WATCHPOINT_WRITE] = BP_GDB | BP_MEM_WRITE, in xlat_gdb_type()
121 [GDB_WATCHPOINT_READ] = BP_GDB | BP_MEM_READ, in xlat_gdb_type()
122 [GDB_WATCHPOINT_ACCESS] = BP_GDB | BP_MEM_ACCESS, in xlat_gdb_type()
142 err = cpu_breakpoint_insert(cpu, addr, BP_GDB, NULL); in tcg_insert_breakpoint()
173 err = cpu_breakpoint_remove(cpu, addr, BP_GDB); in tcg_remove_breakpoint()
197 cpu_breakpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
198 cpu_watchpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
H A Dcpu-exec.c319 if (bp->flags & BP_GDB) { in check_for_breakpoints_slow()
/qemu/gdbstub/
H A Duser.c538 cpu_breakpoint_remove_all(cpu, BP_GDB); in disable_gdbstub()
793 err = cpu_breakpoint_insert(cpu, addr, BP_GDB, NULL); in gdb_breakpoint_insert()
814 err = cpu_breakpoint_remove(cpu, addr, BP_GDB); in gdb_breakpoint_remove()
828 cpu_breakpoint_remove_all(cs, BP_GDB); in gdb_breakpoint_remove_all()
/qemu/system/
H A Dwatchpoint.c47 if (flags & BP_GDB) { in cpu_watchpoint_insert()
/qemu/include/hw/core/
H A Dcpu.h1072 #define BP_GDB 0x10 macro
1074 #define BP_ANY (BP_GDB | BP_CPU)
/qemu/
H A Dcpu-common.c403 if (flags & BP_GDB) { in cpu_breakpoint_insert()
/qemu/target/xtensa/
H A Dhelper.c236 if (cpu_breakpoint_test(cs, env->pc, BP_GDB) in xtensa_breakpoint_handler()
/qemu/target/arm/
H A Ddebug_helper.c497 if (cpu_breakpoint_test(cs, pc, BP_GDB) in arm_debug_excp_handler()