OSDN Git Service

* infrun.c (pending_follow): Remove mention of exec events.
authorPedro Alves <pedro@codesourcery.com>
Sun, 17 May 2009 16:46:20 +0000 (16:46 +0000)
committerPedro Alves <pedro@codesourcery.com>
Sun, 17 May 2009 16:46:20 +0000 (16:46 +0000)
gdb/ChangeLog
gdb/infrun.c

index 528fbef..f35064c 100644 (file)
@@ -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  <teawater@gmail.com>
 
        * i386-tdep.c (i386_process_record): Make it extern.
index 526112f..dbaf02b 100644 (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;