Don't call "detach_inferior" on "remote_follow_fork"
[deliverable/binutils-gdb.git] / gdb / remote.c
index 5ac84df0a089411adfb6f81fe42382cbf0eda00d..74d18f7b17e7948979acf5d7afe673abcfe6ff0c 100644 (file)
@@ -5206,7 +5206,6 @@ remote_follow_fork (struct target_ops *ops, int follow_child,
          child_pid = ptid_get_pid (child_ptid);
 
          remote_detach_pid (child_pid);
-         detach_inferior (child_pid);
        }
     }
   return 0;
This page took 0.026466 seconds and 4 git commands to generate.