Fix typo...

This commit is contained in:
Pedro Alves 2009-05-17 19:30:04 +00:00
parent b242c3c237
commit 60a7d074bf
1 changed files with 1 additions and 1 deletions

View File

@ -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.