2008-03-25 Roland McGrath <roland@redhat.com>
commitd11dc9ecb7c1a759ac3cd4f4c77a9d0cb20fd018
authorRoland McGrath <roland@gnu.org>
Wed, 26 Mar 2008 08:21:10 +0000 (26 08:21 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 26 Mar 2008 08:21:10 +0000 (26 08:21 +0000)
treeece3d6ad9788a3b6cc4417198494ed3ebbedce4e
parent87b9b50f0d4b92248905e95a06a13c513dc45e59
2008-03-25  Roland McGrath  <roland@redhat.com>

* 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/structs.def
nptl_db/td_ta_thr_iter.c
nptl_db/td_thr_validate.c