summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index aab6a862..bdf6e56d 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-16 David Smith <dsmith@redhat.com>
+
+ PR 6499.
+ * task_finder.c (stap_register_task_finder_target): Added error
+ check.
+ (__stp_utrace_task_finder_report_clone): Ditto.
+ (stap_utrace_detach_ops): Uses do_each_thread/while_each_thread
+ instead of for_each_process (which only iterated among process
+ group leaders instead of all threads).
+ (stap_start_task_finder): Ditto.
+
2008-05-08 David Smith <dsmith@redhat.com>
PR 6500.