Remove ptid_get_lwp
[deliverable/binutils-gdb.git] / gdb / x86-linux-nat.c
index b1a96c1f9417ceea8ef787bcff76fa3be1a39541..fe6598e12f9355007cd963661a05a9b7a1f57f10 100644 (file)
@@ -114,7 +114,7 @@ x86_linux_nat_target::read_description ()
   uint64_t xcr0_features_bits;
 
   /* GNU/Linux LWP ID's are process ID's.  */
-  tid = ptid_get_lwp (inferior_ptid);
+  tid = inferior_ptid.lwp ();
   if (tid == 0)
     tid = inferior_ptid.pid (); /* Not a threaded program.  */
 
This page took 0.0296 seconds and 4 git commands to generate.