From: Roland McGrath Date: Tue, 1 Jun 2004 21:42:07 +0000 (+0000) Subject: * td_thr_validate.c: When we find no threads and the inferior appears X-Git-Tag: upstream/2.20~10908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a7fc6396cc9d112a3609b341b08b7b200f2bac5;p=platform%2Fupstream%2Flinaro-glibc.git * td_thr_validate.c: When we find no threads and the inferior appears uninitialized, validate the main thread as a special case. --- diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 472080b..ec905d7 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,8 @@ +2004-05-27 Roland McGrath + + * 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 * thread_dbP.h (LOG): Use write instead of __libc_write.