Home | History | Annotate | Download | only in qemu

Lines Matching refs:BP_GDB

1454     [GDB_WATCHPOINT_WRITE]  = BP_GDB | BP_MEM_WRITE,
1455 [GDB_WATCHPOINT_READ] = BP_GDB | BP_MEM_READ,
1456 [GDB_WATCHPOINT_ACCESS] = BP_GDB | BP_MEM_ACCESS,
1472 err = cpu_breakpoint_insert(env, addr, BP_GDB, NULL);
1506 err = cpu_breakpoint_remove(env, addr, BP_GDB);
1537 cpu_breakpoint_remove_all(env, BP_GDB);
1539 cpu_watchpoint_remove_all(env, BP_GDB);
2316 cpu_breakpoint_remove_all(env, BP_GDB);
2317 cpu_watchpoint_remove_all(env, BP_GDB);