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

  /src/external/gpl3/gdb/dist/sim/erc32/
sis.h 92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member in struct:pstate
sis.h 92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member in struct:pstate
  /src/external/gpl3/gdb.old/dist/sim/erc32/
sis.h 92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member in struct:pstate
sis.h 92 uint32_t bpts[BPT_MAX]; /* Breakpoints */ member in struct:pstate
  /src/external/gpl3/gdb/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...]
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/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;
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.old/dist/gdb/
arm-linux-nat.c 736 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member in struct:arm_linux_debug_reg_state
987 struct arm_linux_hw_breakpoint* bpts; local
995 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1000 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1004 if (!arm_hwbp_control_is_enabled (bpts[i].control))
1006 bpts[i] = *bpt;
1028 struct arm_linux_hw_breakpoint* bpts; local
1036 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1041 bpts = arm_linux_get_debug_reg_state (pid)->bpts
1244 struct arm_linux_hw_breakpoint *bpts, *wpts; local
    [all...]
arm-linux-nat.c 736 struct arm_linux_hw_breakpoint bpts[MAX_BPTS]; member in struct:arm_linux_debug_reg_state
987 struct arm_linux_hw_breakpoint* bpts; local
995 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1000 bpts = arm_linux_get_debug_reg_state (pid)->bpts;
1004 if (!arm_hwbp_control_is_enabled (bpts[i].control))
1006 bpts[i] = *bpt;
1028 struct arm_linux_hw_breakpoint* bpts; local
1036 bpts = arm_linux_get_debug_reg_state (pid)->wpts;
1041 bpts = arm_linux_get_debug_reg_state (pid)->bpts
1244 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;
839 if (arm_hwbp_control_is_enabled (proc_info->bpts[i].control))
842 &proc_info->bpts[i].address) < 0)
845 if (arm_hwbp_control_is_initialized (proc_info->bpts[i].control))
848 &proc_info->bpts[i].control) < 0)
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;
839 if (arm_hwbp_control_is_enabled (proc_info->bpts[i].control))
842 &proc_info->bpts[i].address) < 0)
845 if (arm_hwbp_control_is_initialized (proc_info->bpts[i].control))
848 &proc_info->bpts[i].control) < 0)

Completed in 57 milliseconds