* structs.def: Add pid field of struct pthread.
authorRoland McGrath <roland@gnu.org>
Wed, 26 Mar 2008 08:21:29 +0000 (08:21 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 26 Mar 2008 08:21:29 +0000 (08:21 +0000)
commit4c6965ac07f35af57e10ff782ed2c8912e38fa01
tree9064af97fd4c096986ab8837a1791a8993d00ba9
parentd11dc9ecb7c1a759ac3cd4f4c77a9d0cb20fd018
* 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.
nptl_db/ChangeLog