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

  /src/external/gpl3/gdb.old/dist/gdb/
ia64-linux-nat.c 592 int max_watchpoints = 4; local
597 for (idx = 0; idx < max_watchpoints; idx++)
607 if (idx == max_watchpoints)
647 int max_watchpoints = 4; local
652 for (idx = 0; idx < max_watchpoints; idx++)
  /src/external/gpl3/gdb/dist/gdb/
ia64-linux-nat.c 592 int max_watchpoints = 4; local
597 for (idx = 0; idx < max_watchpoints; idx++)
607 if (idx == max_watchpoints)
647 int max_watchpoints = 4; local
652 for (idx = 0; idx < max_watchpoints; idx++)

Completed in 37 milliseconds