]> granicus.if.org Git - strace/commitdiff
2004-04-08 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 9 Apr 2004 00:25:38 +0000 (00:25 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 9 Apr 2004 00:25:38 +0000 (00:25 +0000)
* 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.

NEWS

diff --git a/NEWS b/NEWS
index 4f09e5b377d1abe87d8622017185b7597517e5a6..b89aa61998e8d9eb6f0ee1e4395768e22a492d6f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.