From f7fa951fd09013c37897ce63dd2efff3847fb5d8 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Thu, 21 Oct 1993 23:02:40 +0000 Subject: [PATCH] add pid argument to mips_wait --- gdb/ChangeLog | 4 ++++ gdb/remote-mips.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b88ca2406..85fa9bdf2c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 6f60284edc..855974961f 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -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; -- 2.34.1