summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index f0f65215..aab6a862 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-08 David Smith <dsmith@redhat.com>
+
+ PR 6500.
+ * task_finder.c (__stp_utrace_task_finder_report_exec): Moved
+ attach logic to __stp_utrace_attach_match_filename().
+ (__stp_utrace_attach_match_filename): New function.
+ (__stp_utrace_task_finder_report_clone): Calls
+ __stp_utrace_attach_match_filename() to attach to newly cloned
+ threads.
+
2008-05-06 Masami Hiramatsu <mhiramat@redhat.com>
PR 5648