Remove ptid_get_lwp
[deliverable/binutils-gdb.git] / gdb / ada-tasks.c
index 7e57d24d25ed368e31bf5c64a785f582072136e2..8c4587923e5a69c047c276685b90195e02bc02b0 100644 (file)
@@ -1204,7 +1204,7 @@ info_task (struct ui_out *uiout, const char *taskno_str, struct inferior *inf)
 
   /* Print the TID and LWP.  */
   printf_filtered (_("Thread: %#lx\n"), ptid_get_tid (task_info->ptid));
-  printf_filtered (_("LWP: %#lx\n"), ptid_get_lwp (task_info->ptid));
+  printf_filtered (_("LWP: %#lx\n"), task_info->ptid.lwp ());
 
   /* If set, print the base CPU.  */
   if (task_info->base_cpu != 0)
This page took 0.025507 seconds and 4 git commands to generate.