commit | 62412203f8c94f32cf4920bba5add81eafcd5f05 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri Apr 09 00:25:38 2004 +0000 |
committer | Roland McGrath <roland@redhat.com> | Fri Apr 09 00:25:38 2004 +0000 |
tree | 14548019e56855691b356b143448ebc16e741cb1 | |
parent | 70b08530b80a6ee6591c38cf397fe0eeba1b4d7a [diff] [blame] |
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.
diff --git a/NEWS b/NEWS index 4f09e5b..b89aa61 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.