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

  /src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c 207 static bool useshell = false; /* use shell for subprocesses */ variable
2600 if (!useshell)
2846 if (useshell && shell[0] != '\0')
3123 add_setshow_boolean_cmd ("shell", class_support, &useshell, _("\
  /src/external/gpl3/gdb/dist/gdb/
windows-nat.c 206 static bool useshell = false; /* use shell for subprocesses */ variable
2603 if (!useshell)
2849 if (useshell && shell[0] != '\0')
3124 add_setshow_boolean_cmd ("shell", class_support, &useshell, _("\

Completed in 54 milliseconds