summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 6da5814c..796b9cca 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-30 David Smith <dsmith@redhat.com>
+
+ * task_finder.c (stap_utrace_detach_ops): Removed check to see if
+ thread has a mm (in the case where a thread isn't quite dead
+ yet).
+ (stap_utrace_attach): Minor error handling improvement.
+ (__stp_utrace_attach_match_tsk): Ditto.
+
2008-06-24 David Smith <dsmith@redhat.com>
From: Srinivasa DS <srinivasa@in.ibm.com>