Home
last modified time | relevance | path

Searched refs:bpts (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-linux-nat.c736 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member
987 struct arm_linux_hw_breakpoint* bpts; in arm_linux_insert_hw_breakpoint1() local
995 bpts = arm_linux_get_debug_reg_state (pid)->wpts; in arm_linux_insert_hw_breakpoint1()
1000 bpts = arm_linux_get_debug_reg_state (pid)->bpts; in arm_linux_insert_hw_breakpoint1()
1004 if (!arm_hwbp_control_is_enabled (bpts[i].control)) in arm_linux_insert_hw_breakpoint1()
1006 bpts[i] = *bpt; in arm_linux_insert_hw_breakpoint1()
1028 struct arm_linux_hw_breakpoint* bpts; in arm_linux_remove_hw_breakpoint1() local
1036 bpts = arm_linux_get_debug_reg_state (pid)->wpts; in arm_linux_remove_hw_breakpoint1()
1041 bpts = arm_linux_get_debug_reg_state (pid)->bpts; in arm_linux_remove_hw_breakpoint1()
1045 if (arm_linux_hw_breakpoint_equal (bpt, bpts + i)) in arm_linux_remove_hw_breakpoint1()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
Dinterf.c474 sregs.bpts[sregs.bptnum] = addr & ~0x3;
488 while ((i < sregs.bptnum) && (sregs.bpts[i] != addr))
490 if (addr == sregs.bpts[i]) {
492 sregs.bpts[i] = sregs.bpts[i + 1];
Dfunc.c376 printf(" %d : 0x%08x\n", i + 1, sregs->bpts[i]); in exec_cmd()
380 sregs->bpts[sregs->bptnum] = VAL(cmd1) & ~0x3; in exec_cmd()
382 sregs->bptnum + 1, sregs->bpts[sregs->bptnum]); in exec_cmd()
390 sregs->bpts[i]); in exec_cmd()
392 sregs->bpts[i] = sregs->bpts[i + 1]; in exec_cmd()
959 if (sregs->pc == sregs->bpts[i]) in check_bpt()
Dsis.h92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member