From: Jim Kingdon Date: Sun, 17 Oct 1993 02:21:12 +0000 (+0000) Subject: * infrun.c: Add comment about signals. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18122d8bd35af64d42c23aa753781d24e6454eb5;p=binutils-gdb.git * infrun.c: Add comment about signals. --- diff --git a/gdb/infrun.c b/gdb/infrun.c index bde5597c208..bc3e3fc3a6e 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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 (); }