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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
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
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;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
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
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;

Completed in 26 milliseconds