aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-05-17 19:30:04 +0000
committerPedro Alves <palves@redhat.com>2009-05-17 19:30:04 +0000
commit60a7d074bf3dcc50d5950389cd7bd9843e3e8a0e (patch)
treef66fe26f37fc47e5480bdd885f472acef1b1fcaa /gdb
parentb242c3c2373ba4e31c501571c8b16d26d8fd2067 (diff)
downloadgdb-60a7d074bf3dcc50d5950389cd7bd9843e3e8a0e.zip
gdb-60a7d074bf3dcc50d5950389cd7bd9843e3e8a0e.tar.gz
gdb-60a7d074bf3dcc50d5950389cd7bd9843e3e8a0e.tar.bz2
Fix typo...
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f8a7287..9ad771e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -3,7 +3,7 @@
* infrun.c (handle_inferior_event): When handling a
TARGET_WAITKIND_FORKED, detach breakpoints from the fork child
immediatelly.
- * linux-nat.c (linux_child_follow_fork): Only detach breakpoint
+ * linux-nat.c (linux_child_follow_fork): Only detach breakpoints
from the child if vforking.
* inf-ptrace.c (inf_ptrace_follow_fork): No need to detach
breakpoints from the child here.