diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-30 20:41:17 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-30 20:41:17 +0000 |
commit | 01dfd415135645a6703f8d3bb2d591bdf89b51ef (patch) | |
tree | 1fdc0c488ed1ec90885ba6abc8e66b89d147e42b /gdb/ChangeLog | |
parent | 8d658c0866a3cb9beb3a049e1110858c29458e7d (diff) | |
download | gdb-01dfd415135645a6703f8d3bb2d591bdf89b51ef.zip gdb-01dfd415135645a6703f8d3bb2d591bdf89b51ef.tar.gz gdb-01dfd415135645a6703f8d3bb2d591bdf89b51ef.tar.bz2 |
* fork-child.c (fork_inferior): Don't call target_terminal_init
and target_terminal_inferior until we are sure that the inferior
has called gdb_setpgid. This fixes PR 2900 (Schauer tracked it
down and was able to reliably reproduce it by putting a sleep()
before the gdb_setpgid()).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bdde07d..7487978 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 30 11:30:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * fork-child.c (fork_inferior): Don't call target_terminal_init + and target_terminal_inferior until we are sure that the inferior + has called gdb_setpgid. This fixes PR 2900 (Schauer tracked it + down and was able to reliably reproduce it by putting a sleep() + before the gdb_setpgid()). + Thu Sep 30 12:00:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * c-exp.y, m2-exp.y: Change type of address for msymbol to |