Searched refs:BP_GDB (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 117 [GDB_WATCHPOINT_WRITE] = BP_GDB | BP_MEM_WRITE, in xlat_gdb_type() 118 [GDB_WATCHPOINT_READ] = BP_GDB | BP_MEM_READ, in xlat_gdb_type() 119 [GDB_WATCHPOINT_ACCESS] = BP_GDB | BP_MEM_ACCESS, in xlat_gdb_type() 140 err = cpu_breakpoint_insert(cpu, addr, BP_GDB, NULL); in tcg_insert_breakpoint() 171 err = cpu_breakpoint_remove(cpu, addr, BP_GDB); in tcg_remove_breakpoint() 195 cpu_breakpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints() 196 cpu_watchpoint_remove_all(cpu, BP_GDB); in tcg_remove_all_breakpoints()
|
H A D | cpu-exec.c | 347 if (bp->flags & BP_GDB) { in check_for_breakpoints_slow()
|
/openbmc/qemu/gdbstub/ |
H A D | user.c | 458 cpu_breakpoint_remove_all(cpu, BP_GDB); in disable_gdbstub() 716 err = cpu_breakpoint_insert(cpu, addr, BP_GDB, NULL); in gdb_breakpoint_insert() 737 err = cpu_breakpoint_remove(cpu, addr, BP_GDB); in gdb_breakpoint_remove() 751 cpu_breakpoint_remove_all(cs, BP_GDB); in gdb_breakpoint_remove_all()
|
/openbmc/qemu/system/ |
H A D | watchpoint.c | 45 if (flags & BP_GDB) { in cpu_watchpoint_insert()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1093 #define BP_GDB 0x10 macro 1095 #define BP_ANY (BP_GDB | BP_CPU)
|
/openbmc/qemu/ |
H A D | cpu-common.c | 405 if (flags & BP_GDB) { in cpu_breakpoint_insert()
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.c | 234 if (cpu_breakpoint_test(cs, env->pc, BP_GDB) in xtensa_breakpoint_handler()
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 495 if (cpu_breakpoint_test(cs, pc, BP_GDB) in arm_debug_excp_handler()
|