Home
last modified time | relevance | path

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

/external/qemu/
Dgdbstub.c1455 [GDB_WATCHPOINT_WRITE] = BP_GDB | BP_MEM_WRITE,
1456 [GDB_WATCHPOINT_READ] = BP_GDB | BP_MEM_READ,
1457 [GDB_WATCHPOINT_ACCESS] = BP_GDB | BP_MEM_ACCESS,
1473 err = cpu_breakpoint_insert(env, addr, BP_GDB, NULL); in gdb_breakpoint_insert()
1507 err = cpu_breakpoint_remove(env, addr, BP_GDB); in gdb_breakpoint_remove()
1538 cpu_breakpoint_remove_all(env, BP_GDB); in gdb_breakpoint_remove_all()
1540 cpu_watchpoint_remove_all(env, BP_GDB); in gdb_breakpoint_remove_all()
2317 cpu_breakpoint_remove_all(env, BP_GDB); in gdbserver_fork()
2318 cpu_watchpoint_remove_all(env, BP_GDB); in gdbserver_fork()
Dcpu-all.h785 #define BP_GDB 0x10 macro
Dexec.c1360 if (flags & BP_GDB) in cpu_watchpoint_insert()
1423 if (flags & BP_GDB) in cpu_breakpoint_insert()