]> Git Repo - binutils.git/blobdiff - gdb/hppah-nat.c
* config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
[binutils.git] / gdb / hppah-nat.c
index 5daa14dc77a1c36c8cbbdc96bcdf941158db073b..d5767a9c55f6126d14f529704893b6acc73de714 100644 (file)
@@ -385,24 +385,6 @@ child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
 }
 
 
-void
-child_post_follow_inferior_by_clone (void)
-{
-  int status;
-
-  /* This function is used when following both the parent and child
-     of a fork.  In this case, the debugger clones itself.  The original
-     debugger follows the parent, the clone follows the child.  The
-     original detaches from the child, delivering a SIGSTOP to it to
-     keep it from running away until the clone can attach itself.
-
-     At this point, the clone has attached to the child.  Because of
-     the SIGSTOP, we must now deliver a SIGCONT to the child, or it
-     won't behave properly. */
-  status = kill (PIDGET (inferior_ptid), SIGCONT);
-}
-
-
 void
 child_post_follow_vfork (int parent_pid, int followed_parent, int child_pid,
                         int followed_child)
This page took 0.024011 seconds and 4 git commands to generate.