2004-04-08 Roland McGrath <roland@redhat.com>

* strace.c (main) [LINUX]: When attaching for -p, look in
	/proc/PID/task for all threads and attach them as presumed
	CLONE_THREAD children.
	* NEWS: Mention the feature.
This commit is contained in:
Roland McGrath 2004-04-09 00:25:38 +00:00
parent 70b08530b8
commit 62412203f8

5
NEWS
View File

@ -1,3 +1,8 @@
Changes in 4.5.3
==============
* Bug fixes.
* On Linux using NPTL threads, -p will now attach to all threads in a process.
Changes in 4.5.2
==============
* Bug fixes.