Tue Jan 12 16:54:37 1999 Edith Epstein <eepstein@sophia.cygnus.com>
* gdb.texinfo (Shell Commands): fixed messages about shell usage. HP was insisting on C shell. Now all UNIX platforms have the same message. removed @ifset HPPA and @ifclear HPPA Tue Jan 12 17:00:00 1999 Edith Epstein <eepstein@sophia.cygnus.com> * inftarg.c (child_create_inferior): fixed HPUXHPPA specific call to fork_inferior. The shell param is now NULL.
This commit is contained in:
parent
9e507b690e
commit
9897afc639
3 changed files with 1522 additions and 213 deletions
|
@ -571,7 +571,7 @@ child_create_inferior (exec_file, allargs, env)
|
|||
else
|
||||
shell_file = tryname;
|
||||
|
||||
fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, pre_fork_inferior, shell_file);
|
||||
fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, pre_fork_inferior, NULL);
|
||||
#else
|
||||
fork_inferior (exec_file, allargs, env, ptrace_me, ptrace_him, NULL, NULL);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue