Home
last modified time | relevance | path

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

/external/qemu/
Dgdbstub.c1454 [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); in gdb_breakpoint_insert()
1506 err = cpu_breakpoint_remove(env, addr, BP_GDB); in gdb_breakpoint_remove()
1537 cpu_breakpoint_remove_all(env, BP_GDB); in gdb_breakpoint_remove_all()
1539 cpu_watchpoint_remove_all(env, BP_GDB); in gdb_breakpoint_remove_all()
2316 cpu_breakpoint_remove_all(env, BP_GDB); in gdbserver_fork()
2317 cpu_watchpoint_remove_all(env, BP_GDB); in gdbserver_fork()
Dcpu-all.h792 #define BP_GDB 0x10 macro
Dexec.c1374 if (flags & BP_GDB) in cpu_watchpoint_insert()
1437 if (flags & BP_GDB) in cpu_breakpoint_insert()