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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watchpoint-hw-attach.c 26 volatile int watched_variable = 0; variable
40 watched_variable = 4;
41 printf ("My variable is %d\n", watched_variable);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watchpoint-hw-attach.c 26 volatile int watched_variable = 0; variable
40 watched_variable = 4;
41 printf ("My variable is %d\n", watched_variable);

Completed in 22 milliseconds