Lines Matching defs:wpts
738 struct arm_linux_hw_breakpoint wpts[MAX_WPTS];
1003 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1044 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1280 struct arm_linux_hw_breakpoint *bpts, *wpts;
1285 wpts = arm_linux_get_debug_reg_state (lwp->ptid.pid ())->wpts;
1356 if (arm_hwbp_control_is_enabled (wpts[i].control))
1358 (PTRACE_TYPE_ARG3) -((i << 1) + 1), &wpts[i].address) < 0)
1361 if (wpts[i].control != 0)
1363 (PTRACE_TYPE_ARG3) -((i << 1) + 2), &wpts[i].control) < 0)