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

  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 415 static char child_cwd[FILENAME_MAX]; variable
478 /* Initialize child_cwd, before the first call to run_child and not
481 if (!*child_cwd)
483 getcwd (child_cwd, sizeof (child_cwd));
485 chdir (child_cwd);
506 getcwd (child_cwd, sizeof (child_cwd)); /* in case it has changed */
692 *child_cwd = 0;
2075 *child_cwd = 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 415 static char child_cwd[FILENAME_MAX]; variable
478 /* Initialize child_cwd, before the first call to run_child and not
481 if (!*child_cwd)
483 getcwd (child_cwd, sizeof (child_cwd));
485 chdir (child_cwd);
506 getcwd (child_cwd, sizeof (child_cwd)); /* in case it has changed */
692 *child_cwd = 0;
2073 *child_cwd = 0
    [all...]

Completed in 19 milliseconds