watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests
[deliverable/binutils-gdb.git] / gdb / linux-fork.c
index 9ffab1ff6c26077d9044a0313ea03c509524a545..8d94f8007e2a8580fc9c8d62bf33fe2964552c01 100644 (file)
@@ -141,7 +141,7 @@ delete_fork (ptid_t ptid)
 
   fpprev = NULL;
 
-  linux_nat_forget_process (ptid_get_pid (ptid));
+  linux_target->low_forget_process (ptid_get_pid (ptid));
 
   for (fp = fork_list; fp; fpprev = fp, fp = fp->next)
     if (ptid_equal (fp->ptid, ptid))
This page took 0.02382 seconds and 4 git commands to generate.