summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-08-20 15:05:57 -0500
committerDavid Smith <dsmith@redhat.com>2008-08-20 15:07:30 -0500
commit4550733ebf24fb067f9a2350e0ab86d44fea932e (patch)
treee30259e4d9620eb6fc277629959e39b675366214 /ChangeLog
parent2ae0d25c4181d2d7e89690013f935ad27e071457 (diff)
downloadsystemtap-steved-4550733ebf24fb067f9a2350e0ab86d44fea932e.tar.gz
systemtap-steved-4550733ebf24fb067f9a2350e0ab86d44fea932e.tar.xz
systemtap-steved-4550733ebf24fb067f9a2350e0ab86d44fea932e.zip
Supports original and new utrace interfaces.
2008-08-20 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Supports original and new utrace interfaces. (utrace_derived_probe_group::emit_module_decls): Ditto. 2008-08-20 David Smith <dsmith@redhat.com> * task_finder.c: Supports original and new utrace interfaces. * utrace_compatibility.h (utrace_attach_task): Compatibility layer for original utrace interface.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41479089..8e7e2c68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-20 David Smith <dsmith@redhat.com>
+
+ * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
+ Supports original and new utrace interfaces.
+ (utrace_derived_probe_group::emit_module_decls): Ditto.
+
2008-08-20 Dave Brolley <brolley@redhat.com>
* stap-client: Ignore SIGHUP and SIGPIPE.