forked from Imagelibrary/binutils-gdb
2007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
* fork-child.c (fork_inferior): Update comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-06-13 Claudio Fontana <claudio.fontana@gmail.com>
|
||||||
|
|
||||||
|
* fork-child.c (fork_inferior): Update comment.
|
||||||
|
|
||||||
2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* features/Makefile: Generate regformats for mips-linux and
|
* features/Makefile: Generate regformats for mips-linux and
|
||||||
|
|||||||
@@ -338,9 +338,7 @@ fork_inferior (char *exec_file_arg, char *allargs, char **env,
|
|||||||
/* If we decided above to start up with a shell, we exec the
|
/* If we decided above to start up with a shell, we exec the
|
||||||
shell, "-c" says to interpret the next arg as a shell command
|
shell, "-c" says to interpret the next arg as a shell command
|
||||||
to execute, and this command is "exec <target-program>
|
to execute, and this command is "exec <target-program>
|
||||||
<args>". "-f" means "fast startup" to the c-shell, which
|
<args>". */
|
||||||
means don't do .cshrc file. Doing .cshrc may cause fork/exec
|
|
||||||
events which will confuse debugger start-up code. */
|
|
||||||
if (shell)
|
if (shell)
|
||||||
{
|
{
|
||||||
execlp (shell_file, shell_file, "-c", shell_command, (char *) 0);
|
execlp (shell_file, shell_file, "-c", shell_command, (char *) 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user