aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-05-17 16:46:20 +0000
committerPedro Alves <palves@redhat.com>2009-05-17 16:46:20 +0000
commit235f2b04aed3c632481f8db71a3ea880ad575098 (patch)
tree98189a1717760b948a77021f86573e33cd73262e /gdb/infrun.c
parent71b43ef89ec88b7ca60a19cf70be704555ebd348 (diff)
downloadgdb-235f2b04aed3c632481f8db71a3ea880ad575098.zip
gdb-235f2b04aed3c632481f8db71a3ea880ad575098.tar.gz
gdb-235f2b04aed3c632481f8db71a3ea880ad575098.tar.bz2
* infrun.c (pending_follow): Remove mention of exec events.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 526112f..dbaf02b 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;