Home | History | Annotate | Download | only in qemu

Lines Matching refs:BP_GDB

1458     [GDB_WATCHPOINT_WRITE]  = BP_GDB | BP_MEM_WRITE,
1459 [GDB_WATCHPOINT_READ] = BP_GDB | BP_MEM_READ,
1460 [GDB_WATCHPOINT_ACCESS] = BP_GDB | BP_MEM_ACCESS,
1476 err = cpu_breakpoint_insert(cpu->env_ptr, addr, BP_GDB, NULL);
1510 err = cpu_breakpoint_remove(cpu->env_ptr, addr, BP_GDB);
1541 cpu_breakpoint_remove_all(cpu->env_ptr, BP_GDB);
1543 cpu_watchpoint_remove_all(cpu->env_ptr, BP_GDB);
2321 cpu_breakpoint_remove_all(env, BP_GDB);
2322 cpu_watchpoint_remove_all(env, BP_GDB);