From: Roland McGrath Date: Wed, 26 Mar 2008 08:21:29 +0000 (+0000) Subject: * structs.def: Add pid field of struct pthread. X-Git-Tag: upstream/2.30~14321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c6965ac07f35af57e10ff782ed2c8912e38fa01;p=external%2Fglibc.git * structs.def: Add pid field of struct pthread. * td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID. If a thread's pid does not match nor is < 0 while its tid matches nor is < 0 and equal to -MATCH_PID, ignore it. * td_thr_validate.c (td_thr_validate): Validate thread's pid/tid. --- diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index b4e3110..0dc963a 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,11 @@ +2008-03-25 Roland McGrath + + * structs.def: Add pid field of struct pthread. + * td_ta_thr_iter.c (iterate_thread_list): Take new arg MATCH_PID. + If a thread's pid does not match nor is < 0 while its tid matches + nor is < 0 and equal to -MATCH_PID, ignore it. + * td_thr_validate.c (td_thr_validate): Validate thread's pid/tid. + 2007-05-16 Roland McGrath * td_thr_get_info.c: Fake the results for TH->th_unique == 0.