Remove ptid_get_lwp
[deliverable/binutils-gdb.git] / gdb / inf-ptrace.c
index bdea7f181589eb60b0c8c7d560851b19089011b9..d1c9a90e37210f7c590b14da26209359540cd3fc 100644 (file)
@@ -325,7 +325,7 @@ get_ptrace_pid (ptid_t ptid)
 
   /* If we have an LWPID to work with, use it.  Otherwise, we're
      dealing with a non-threaded program/target.  */
-  pid = ptid_get_lwp (ptid);
+  pid = ptid.lwp ();
   if (pid == 0)
     pid = ptid.pid ();
   return pid;
This page took 0.023834 seconds and 4 git commands to generate.