aboutsummaryrefslogtreecommitdiff
path: root/gdb/fork-child.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-17 01:56:01 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-17 01:56:01 +0000
commit749e538bc872c9c238ab792dbdcc9156d3363150 (patch)
treea1a1e1233f29ddc90a2b6ab3ec48c3fb948e463d /gdb/fork-child.c
parent7c5d526e1f7183353e8ede9612ca7edd0b06b1ce (diff)
downloadgdb-749e538bc872c9c238ab792dbdcc9156d3363150.zip
gdb-749e538bc872c9c238ab792dbdcc9156d3363150.tar.gz
gdb-749e538bc872c9c238ab792dbdcc9156d3363150.tar.bz2
* infrun.c: Add comment about signals.
* fork-child.c (fork_inferior): Remove CREATE_INFERIOR_HOOK again. Stu reinstated it (accidently I assume).
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r--gdb/fork-child.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c
index 9aa3cfe..3c01b60 100644
--- a/gdb/fork-child.c
+++ b/gdb/fork-child.c
@@ -244,10 +244,6 @@ fork_inferior (exec_file, allargs, env, traceme_fun, init_trace_fun)
initialize anything target-vector-specific that needs initializing. */
(*init_trace_fun)(pid);
-#ifdef CREATE_INFERIOR_HOOK
- CREATE_INFERIOR_HOOK (pid);
-#endif
-
/* The process was started by the fork that created it,
but it will have stopped one instruction after execing the shell.
Here we must get it up to actual execution of the real program. */