* infrun.c: Add comment about signals.

* fork-child.c (fork_inferior): Remove CREATE_INFERIOR_HOOK again.
	Stu reinstated it (accidently I assume).
This commit is contained in:
Jim Kingdon
1993-10-17 01:56:01 +00:00
parent 7c5d526e1f
commit 749e538bc8
3 changed files with 9 additions and 4 deletions

View File

@@ -584,6 +584,8 @@ wait_for_inferior ()
{
remove_breakpoints ();
target_resume (pid, 1, 0); /* Single step */
/* FIXME: What if a signal arrives instead of the single-step
happening? *?
target_wait (pid, NULL);
insert_breakpoints ();
}