HomeSort by: relevance | last modified time | path
    Searched defs:bpts (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member in struct:pstate
  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member in struct:pstate
  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c 736 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member in struct:arm_linux_debug_reg_state
995 struct arm_linux_hw_breakpoint* bpts; local
1003 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1008 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1012 if (!arm_hwbp_control_is_enabled (bpts[i].control))
1014 bpts[i] = *bpt;
1036 struct arm_linux_hw_breakpoint* bpts; local
1044 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1049 bpts = arm_linux_get_debug_reg_state (pid)->bpts
1280 struct arm_linux_hw_breakpoint *bpts, *wpts; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 207 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member in struct:arch_process_info
630 pts = proc->priv->arch_private->bpts;
675 pts = proc->priv->arch_private->bpts;
865 unsigned int address = proc_info->bpts[i].address;
866 arm_hwbp_control_t control = proc_info->bpts[i].control;
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c 734 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member in struct:arm_linux_debug_reg_state
993 struct arm_linux_hw_breakpoint* bpts; local
1001 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1006 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1010 if (!arm_hwbp_control_is_enabled (bpts[i].control))
1012 bpts[i] = *bpt;
1034 struct arm_linux_hw_breakpoint* bpts; local
1042 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1047 bpts = arm_linux_get_debug_reg_state (pid)->bpts
1270 struct arm_linux_hw_breakpoint *bpts, *wpts; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 207 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member in struct:arch_process_info
630 pts = proc->priv->arch_private->bpts;
675 pts = proc->priv->arch_private->bpts;
865 unsigned int address = proc_info->bpts[i].address;
866 arm_hwbp_control_t control = proc_info->bpts[i].control;

Completed in 26 milliseconds