Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-sa.sparc.c
index 686699e2da69fc479c7e189aa965eb6b0fade25e..1880ba30665af1f1c565b9b17faca906a1468dab 100644 (file)
@@ -4,11 +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 "param.h"
 #include "frame.h"
 #include "value.h"
 #include "inferior.h"
@@ -203,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)
     {
@@ -845,7 +843,7 @@ remote_single_step ()
   CORE_ADDR next_pc, npc4, target, pc;
   typedef enum
     {
-      Error, not_branch, bicc, bicca, ba, baa, ticc, ta,
+      Error, not_branch, bicc, bicca, ba, baa, ticc, ta
     } branch_type;
   branch_type br, isannulled();
 
This page took 0.024326 seconds and 4 git commands to generate.