Home
last modified time | relevance | path

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

/external/qemu/
Dgdbstub.h8 #define GDB_BREAKPOINT_HW 1 macro
Dgdbstub.c1470 case GDB_BREAKPOINT_HW: in gdb_breakpoint_insert()
1504 case GDB_BREAKPOINT_HW: in gdb_breakpoint_remove()
/external/qemu/target-i386/
Dkvm.c832 case GDB_BREAKPOINT_HW: in kvm_arch_insert_hw_breakpoint()
873 n = find_hw_breakpoint(addr, (type == GDB_BREAKPOINT_HW) ? 1 : len, type); in kvm_arch_remove_hw_breakpoint()
934 [GDB_BREAKPOINT_HW] = 0x0, in kvm_arch_update_guest_debug()