* td_thr_validate.c: When we find no threads and the inferior appears
authorRoland McGrath <roland@gnu.org>
Tue, 1 Jun 2004 21:42:07 +0000 (21:42 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 1 Jun 2004 21:42:07 +0000 (21:42 +0000)
uninitialized, validate the main thread as a special case.

nptl_db/ChangeLog

index 472080b..ec905d7 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-27  Roland McGrath  <roland@redhat.com>
+
+       * td_thr_validate.c: When we find no threads and the inferior appears
+       uninitialized, validate the main thread as a special case.
+
 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
 
        * thread_dbP.h (LOG): Use write instead of __libc_write.