* infrun.c: Add comment about signals.
This commit is contained in:
parent
df0d53e3f4
commit
18122d8bd3
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue