]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* breakpoint.c (insert_breakpoints, delete_breakpoint): Call
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 2 Nov 1993 23:55:19 +0000 (23:55 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 2 Nov 1993 23:55:19 +0000 (23:55 +0000)
target_terminal_ours_for_output before attempting output.

* fork-child.c (fork_inferior): Fix comment so that it suggests
"set shell" rather than having "set env SHELL" affect GDB's
operation.

gdb/ChangeLog
gdb/fork-child.c

index 5c9b6de9dcbb035610afc861002c8238c3e36adf..db002c207e7f204ed34b5cc5aa695cf61177a9be 100644 (file)
@@ -1,3 +1,12 @@
+Tue Nov  2 16:28:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * breakpoint.c (insert_breakpoints, delete_breakpoint): Call
+       target_terminal_ours_for_output before attempting output.
+
+       * fork-child.c (fork_inferior): Fix comment so that it suggests
+       "set shell" rather than having "set env SHELL" affect GDB's
+       operation.
+
 Tue Nov  2 13:42:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * findvar.c (value_of_register, value_from_register),
index 1529516c5efb5fa08f44d92c92b3a215c113939c..9fc11310fe6e984f372af408eae7f02cc86200a9 100644 (file)
@@ -75,8 +75,8 @@ fork_inferior (exec_file, allargs, env, traceme_fun, init_trace_fun)
   /* The user might want tilde-expansion, and in general probably wants
      the program to behave the same way as if run from
      his/her favorite shell.  So we let the shell run it for us.
-     FIXME, this should probably search the local environment (as
-     modified by the setenv command), not the env gdb inherited.  */
+     FIXME-maybe, we might want a "set shell" command so the user can change
+     the shell from within GDB.  */
   shell_file = getenv ("SHELL");
   if (shell_file == NULL)
     shell_file = default_shell_file;