diff options
author | Roland McGrath <roland@gnu.org> | 2004-06-01 21:42:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-06-01 21:42:07 +0000 |
commit | 7a7fc6396cc9d112a3609b341b08b7b200f2bac5 (patch) | |
tree | fea0616addff52aad43b967d63ab727b91b06768 /nptl_db | |
parent | 090addb473b6e5e1fa23fbf5525bfe468f4ca459 (diff) | |
download | glibc-7a7fc6396cc9d112a3609b341b08b7b200f2bac5.tar.gz |
* td_thr_validate.c: When we find no threads and the inferior appears
uninitialized, validate the main thread as a special case.
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 472080b123..ec905d73b5 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -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. |