summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 806fcfa3..a6fdffa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-28 David Smith <dsmith@redhat.com>
+
+ * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
+ Instead of adding clone handlers, just call the probes directly.
+ (utrace_derived_probe_group::emit_module_decls): For syscall
+ probes, on exec detach the parent's utrace engine from the child.
+
2008-05-27 Josh Stone <joshua.i.stone@intel.com>
PR 6432
@@ -25,7 +32,7 @@
* tapset/ppc64/registers.stp: Support powerpc register + arg lookup
* stapfuncs.5.in: Add powerpc bits; indicate scope of uarg_* access
-2008-05-21 David Smith <dsmith@redhat.com>:ChangeLog
+2008-05-21 David Smith <dsmith@redhat.com>
* tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
Added new 'event_flag' parameter to task_finder callback. Only
@@ -200,8 +207,6 @@
* 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.