diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index c9548e9..0999712 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -826,7 +826,7 @@ static int fbsd_follow_fork (struct target_ops *ops, int follow_child, int detach_fork) { - if (!follow_child) + if (!follow_child && detach_fork) { struct thread_info *tp = inferior_thread (); pid_t child_pid = ptid_get_pid (tp->pending_follow.value.related_pid); |