mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* 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:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user