Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / hppah-nat.c
index aadaf9d2ca837fc5a2e8f554e04a7c8fd942f220..6b37166068436caf181ea69575d9e48b9bc12ccf 100644 (file)
@@ -200,12 +200,13 @@ fetch_register (regno)
  error_exit:;
 }
 
-/* Resume execution of the inferior process.
+/* Resume execution of process PID.
    If STEP is nonzero, single-step it.
    If SIGNAL is nonzero, give it that signal.  */
 
 void
-child_resume (step, signal)
+child_resume (pid, step, signal)
+     int pid;
      int step;
      int signal;
 {
This page took 0.024464 seconds and 4 git commands to generate.