* td_thr_validate.c: When we find no threads and the inferior appears

uninitialized, validate the main thread as a special case.
This commit is contained in:
Roland McGrath 2004-06-01 21:42:07 +00:00
parent 090addb473
commit 7a7fc6396c

View 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.