summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 6da5814c..f7f1a5a8 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,18 @@
+2008-07-01 David Smith <dsmith@redhat.com>
+
+ * task_finder.c (__stp_get_mm_path): Corrected error return code.
+ (__stp_utrace_attach_match_tsk): Ignores ENOENT error from
+ __stp_get_mm_path().
+ (stap_start_task_finder): Ditto.
+
+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>