Remove ptid_get_tid
[deliverable/binutils-gdb.git] / gdb / linux-tdep.c
index 12455a79f6d664063216a2e0393f54a673fde21d..5edf2ef2005ac48ce2e774fdae60885a3472f1aa 100644 (file)
@@ -1634,7 +1634,7 @@ linux_collect_thread_registers (const struct regcache *regcache,
   /* For remote targets the LWP may not be available, so use the TID.  */
   data.lwp = ptid.lwp ();
   if (!data.lwp)
-    data.lwp = ptid_get_tid (ptid);
+    data.lwp = ptid.tid ();
 
   gdbarch_iterate_over_regset_sections (gdbarch,
                                        linux_collect_regset_section_cb,
This page took 0.028034 seconds and 4 git commands to generate.