From ced8de1061ed47f7c3b0cfd4a7cedb338ab42f97 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 10 Feb 2009 09:11:50 -0600 Subject: Fixed typo in last change. 2009-02-10 David Smith * task_finder.c (stap_utrace_detach_ops): Fixed typo. (__stp_utrace_attach): Ditto. --- runtime/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/ChangeLog') diff --git a/runtime/ChangeLog b/runtime/ChangeLog index da66ca0b..df765169 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,8 @@ 2009-02-10 David Smith + * task_finder.c (stap_utrace_detach_ops): Fixed typo. + (__stp_utrace_attach): Ditto. + * task_finder.c (stap_utrace_detach): Ignores kernel threads by checking task's flags for PF_KTHREAD. (stap_utrace_detach_ops): Ditto. -- cgit