* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / remote-sa.sparc.c
index 20f84a15fe915b0c000f825210964b61ccff0bff..1880ba30665af1f1c565b9b17faca906a1468dab 100644 (file)
@@ -4,10 +4,9 @@
 /* Memory-access and commands for inferior process, for GDB.
 */
 
+#include "defs.h"
 #include <sys/errno.h>
 #include <setjmp.h>
-#include <stdio.h>
-#include "defs.h"
 #include "frame.h"
 #include "value.h"
 #include "inferior.h"
@@ -202,8 +201,8 @@ extern int one_stepped;             /* From machine dependent code */
 static int remote_set_one_stepped;
 
 int
-remote_resume (step, signal)
-     int step, signal;
+remote_resume (pid, step, signal)
+     int pid, step, signal;
 {
   if (step)
     {
This page took 0.023117 seconds and 4 git commands to generate.