* infrun.c: Add comment about signals.

This commit is contained in:
Jim Kingdon 1993-10-17 02:21:12 +00:00
parent df0d53e3f4
commit 18122d8bd3

View file

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