Use target_continue{,_no_signal} instead of target_resume
[deliverable/binutils-gdb.git] / gdb / fork-child.c
index 6856cf630f58215dc7aee14d6696c4f8e44cf68c..3e29a1f7a5a3b707c24683d0af23d2a2f71080fb 100644 (file)
@@ -514,7 +514,7 @@ startup_inferior (int ntraps)
       if (resume_signal != GDB_SIGNAL_TRAP)
        {
          /* Let shell child handle its own signals in its own way.  */
-         target_resume (resume_ptid, 0, resume_signal);
+         target_continue (resume_ptid, resume_signal);
        }
       else
        {
@@ -540,7 +540,7 @@ startup_inferior (int ntraps)
            break;
 
          /* Just make it go on.  */
-         target_resume (resume_ptid, 0, GDB_SIGNAL_0);
+         target_continue_no_signal (resume_ptid);
        }
     }
 
This page took 0.034481 seconds and 4 git commands to generate.