Searched refs:bpts (Results 1 – 4 of 4) sorted by relevance
736 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member987 struct arm_linux_hw_breakpoint* bpts; in arm_linux_insert_hw_breakpoint1() local995 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() local1036 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 …]
474 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];
376 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()
92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member