Searched refs:BP_GDB (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | gdbstub.c | 1455 [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()
|
D | cpu-all.h | 785 #define BP_GDB 0x10 macro
|
D | exec.c | 1360 if (flags & BP_GDB) in cpu_watchpoint_insert() 1423 if (flags & BP_GDB) in cpu_breakpoint_insert()
|