mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 19:24:29 +00:00
* infrun.c: Add comment about signals.
This commit is contained in:
parent
df0d53e3f4
commit
18122d8bd3
@ -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…
x
Reference in New Issue
Block a user