* infrun.c (pending_follow): Remove mention of exec events.

This commit is contained in:
Pedro Alves
2009-05-17 16:46:20 +00:00
parent 71b43ef89e
commit 235f2b04ae
2 changed files with 5 additions and 4 deletions

View File

@@ -255,10 +255,9 @@ void init_thread_stepping_state (struct thread_info *tss);
void init_infwait_state (void);
/* This is used to remember when a fork, vfork or exec event
was caught by a catchpoint, and thus the event is to be
followed at the next resume of the inferior, and not
immediately. */
/* This is used to remember when a fork or vfork event was caught by a
catchpoint, and thus the event is to be followed at the next resume
of the inferior, and not immediately. */
static struct
{
enum target_waitkind kind;