From: Pedro Alves Date: Sun, 17 May 2009 16:46:20 +0000 (+0000) Subject: * infrun.c (pending_follow): Remove mention of exec events. X-Git-Tag: sid-snapshot-20090601~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=235f2b04aed3c632481f8db71a3ea880ad575098;p=thirdparty%2Fbinutils-gdb.git * infrun.c (pending_follow): Remove mention of exec events. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 528fbef093c..f35064c8a12 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -7,6 +7,8 @@ event copy instead. Release `execd_pathname' once done with handling the event. + * infrun.c (pending_follow): Remove mention of exec events. + 2009-05-17 Hui Zhu * i386-tdep.c (i386_process_record): Make it extern. diff --git a/gdb/infrun.c b/gdb/infrun.c index 526112fc073..dbaf02bbd61 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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;