X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fhppah-nat.c;h=6b37166068436caf181ea69575d9e48b9bc12ccf;hb=25286543da71d927d59a7479e7e1bd0a1b9e1321;hp=aadaf9d2ca837fc5a2e8f554e04a7c8fd942f220;hpb=3481ad9a11c96e070c8c29ae19bb2269a7fb7584;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index aadaf9d2ca..6b37166068 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -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; {