diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-04-29 David Smith <dsmith@redhat.com> + + * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Added + death event handlers to ensure that for every utrace_attach there + is a corresponding utrace_detach. + (utrace_derived_probe_group::emit_module_decls): Ditto. + 2008-04-28 Frank Ch. Eigler <fche@elastic.org> * translate.cxx (translate_pass): Don't #define TEST_MODE. @@ -11,6 +18,8 @@ * systemtap.spec.in: Simplify configuration defaults. +2008-04-29 David Smith <dsmith@redhat.com>:ChangeLog + 2008-04-25 David Smith <dsmith@redhat.com> PR 6455. |