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

  /src/sys/arch/aarch64/aarch64/
db_machdep.c 90 #define MAX_WATCHPOINT 15
93 static int max_watchpoint = MAX_WATCHPOINT; variable in typeref:typename:int
105 static struct watchpoint_info watchpoint_buf[MAX_WATCHPOINT + 1];
815 for (i = 0; i <= max_watchpoint; i++)
828 for (i = 0; i <= max_watchpoint; i++) {
876 if (max_watchpoint > cpu_max_watchpoint)
877 max_watchpoint = cpu_max_watchpoint;
908 for (nused = 0, i = 0; i <= max_watchpoint; i++) {
933 db_printf("watchpoint used %d/%d\n", nused, max_watchpoint + 1)
    [all...]
db_machdep.c 90 #define MAX_WATCHPOINT 15
93 static int max_watchpoint = MAX_WATCHPOINT; variable in typeref:typename:int
105 static struct watchpoint_info watchpoint_buf[MAX_WATCHPOINT + 1];
815 for (i = 0; i <= max_watchpoint; i++)
828 for (i = 0; i <= max_watchpoint; i++) {
876 if (max_watchpoint > cpu_max_watchpoint)
877 max_watchpoint = cpu_max_watchpoint;
908 for (nused = 0, i = 0; i <= max_watchpoint; i++) {
933 db_printf("watchpoint used %d/%d\n", nused, max_watchpoint + 1)
    [all...]

Completed in 25 milliseconds