HomeSort by: relevance | last modified time | path
    Searched refs:MAX_WPTS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 201 #define MAX_WPTS 32
209 struct arm_linux_hw_breakpoint wpts[MAX_WPTS];
217 char wpts_changed[MAX_WPTS];
415 if (arm_linux_hwbp_cap.wp_count > MAX_WPTS)
764 for (i = 0; i < MAX_WPTS; i++)
818 for (i = 0; i < MAX_WPTS; i++)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 201 #define MAX_WPTS 32
209 struct arm_linux_hw_breakpoint wpts[MAX_WPTS];
217 char wpts_changed[MAX_WPTS];
415 if (arm_linux_hwbp_cap.wp_count > MAX_WPTS)
764 for (i = 0; i < MAX_WPTS; i++)
818 for (i = 0; i < MAX_WPTS; i++)
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-nat.c 593 #define MAX_WPTS 16
624 if (info.wp_count > MAX_WPTS)
627 supports %d"), MAX_WPTS, info.wp_count);
628 info.wp_count = MAX_WPTS;
738 struct arm_linux_hw_breakpoint wpts[MAX_WPTS];
758 char wpts_changed[MAX_WPTS];
  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-nat.c 593 #define MAX_WPTS 16
624 if (info.wp_count > MAX_WPTS)
627 supports %d"), MAX_WPTS, info.wp_count);
628 info.wp_count = MAX_WPTS;
738 struct arm_linux_hw_breakpoint wpts[MAX_WPTS];
758 char wpts_changed[MAX_WPTS];

Completed in 36 milliseconds