v850 linker scripts
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index 9d581f24673b26044f85a122a1e460055d4e1ce1..311a0b1eff8033ebea6400e765076503506a4663 100644 (file)
@@ -726,7 +726,7 @@ interrupt_query (void)
   if (query (_("Interrupted while waiting for the program.\n\
 Give up (and stop debugging it)? ")))
     {
-      target_mourn_inferior ();
+      target_mourn_inferior (inferior_ptid);
       quit ();
     }
 }
@@ -1300,7 +1300,7 @@ procfs_interrupt (struct target_ops *self, ptid_t ptid)
 static void
 procfs_kill_inferior (struct target_ops *ops)
 {
-  target_mourn_inferior ();
+  target_mourn_inferior (inferior_ptid);
 }
 
 /* Fill buf with regset and return devctl cmd to do the setting.  Return
This page took 0.023353 seconds and 4 git commands to generate.