* macrotab.h: Do not include "obstack.h" or "bcache.h".
[deliverable/binutils-gdb.git] / gdb / ptx4-nat.c
index 66ed8a732b75277e7d06bf1a72c13474f5f58349..65eef9d351832d45939f56188b4397f851cfd04d 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for ptx 4.0
-   Copyright 1988, 1989, 1991, 1992, 2001 Free Software Foundation,
-   Inc.
+   Copyright 1988, 1989, 1991, 1992, 1994, 1999, 2000, 2001
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -153,7 +153,7 @@ proc_iterate_over_mappings (int (*func) (int, CORE_ADDR))
   curseg = 0;
   while (1)
     {
-      rv = ptrace (PT_NEXT_VSEG, inferior_pid, &pv, curseg);
+      rv = ptrace (PT_NEXT_VSEG, PIDGET (inferior_ptid), &pv, curseg);
 #ifdef VERBOSE_DEBUG
       printf ("PT_NEXT_VSEG: rv %d errno %d\n", rv, errno);
 #endif
@@ -187,7 +187,7 @@ proc_iterate_over_mappings (int (*func) (int, CORE_ADDR))
              close (interp_fd);
              return 0;
            }
-         rv = ptrace (PT_RDATA_PAGE, inferior_pid, buf2,
+         rv = ptrace (PT_RDATA_PAGE, PIDGET (inferior_ptid), buf2,
                       memptr);
          if (-1 == rv)
            {
This page took 0.023549 seconds and 4 git commands to generate.