tid-parse.c tid_is_in_list correct 'See' comment.
[deliverable/binutils-gdb.git] / gdb / tid-parse.c
index 94967a5ab38cc431b037b56fe965baba2e5137bf..2f7f9be5cdb429359e40daf462fb6e8b009bc2af 100644 (file)
@@ -92,7 +92,7 @@ parse_thread_id (const char *tidstr, const char **end)
 
   ALL_THREADS (tp)
     {
-      if (ptid_get_pid (tp->ptid) == inf->pid
+      if (tp->ptid.pid () == inf->pid
          && tp->per_inf_num == thr_num)
        break;
     }
@@ -301,7 +301,7 @@ tid_range_parser::in_star_range () const
   return m_state == STATE_STAR_RANGE;
 }
 
-/* See gdbthread.h.  */
+/* See tid-parse.h.  */
 
 int
 tid_is_in_list (const char *list, int default_inferior,
This page took 0.025279 seconds and 4 git commands to generate.