From: Roland McGrath Date: Fri, 9 Apr 2004 00:25:38 +0000 (+0000) Subject: 2004-04-08 Roland McGrath X-Git-Tag: v4.5.18~606 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62412203f8c94f32cf4920bba5add81eafcd5f05;p=strace 2004-04-08 Roland McGrath * 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. --- diff --git a/NEWS b/NEWS index 4f09e5b3..b89aa619 100644 --- 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.