Searched refs:toexec (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gdb/gdb/
H A Dwin32-nat.c1695 char *toexec; local
1711 toexec = real_path;
1724 toexec = shell;
1736 args = alloca (strlen (toexec) + strlen (allargs) + 2);
1737 strcpy (args, toexec);

Completed in 95 milliseconds