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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
foll-exec-mode.c 24 int global_i = 100; variable
28 int local_j = global_i + 1;
foll-exec.c 25 int global_i = 100; variable
29 int local_j = global_i + 1;
execd-prog.c 5 /* There is a global_i in foll-exec, which exec's us. We
6 should not be able to see that other definition of global_i
9 int global_i = 0; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
foll-exec-mode.c 24 int global_i = 100; variable
28 int local_j = global_i + 1;
foll-exec.c 25 int global_i = 100; variable
29 int local_j = global_i + 1;
execd-prog.c 5 /* There is a global_i in foll-exec, which exec's us. We
6 should not be able to see that other definition of global_i
9 int global_i = 0; variable

Completed in 25 milliseconds