add pid argument to mips_wait
authorDavid D. Zuhn <zoo@cygnus>
Thu, 21 Oct 1993 23:02:40 +0000 (23:02 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Thu, 21 Oct 1993 23:02:40 +0000 (23:02 +0000)
gdb/ChangeLog
gdb/remote-mips.c

index 4b88ca2406634e9445588f851a1179efb858323e..85fa9bdf2c1dd9a07e5248f6e128da654d9dcb84 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 21 15:58:48 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * remote-mips.c (mips_wait): add pid argument.
+
 Thu Oct 21 12:23:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts
index 6f60284edc421e52947cfb5f73c2549c1c55ee4c..855974961fece65047b62abb26c95e223fcd92eb 100644 (file)
@@ -971,7 +971,8 @@ mips_resume (pid, step, siggnal)
 /* Wait until the remote stops, and return a wait status.  */
 
 static int
-mips_wait (status)
+mips_wait (pid, status)
+     int pid;
      WAITTYPE *status;
 {
   int rstatus;
This page took 0.028087 seconds and 4 git commands to generate.