summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordsmith <dsmith>2007-09-13 17:24:54 +0000
committerdsmith <dsmith>2007-09-13 17:24:54 +0000
commit007f0f1c0c671613ac8ea2e20480c8c04ee580d5 (patch)
treee402b03e7cfc5a8e7dc606e0ff52c804574d6137 /ChangeLog
parent8f4bf8aadded0b29e383de4d0c9005315837b14f (diff)
downloadsystemtap-steved-007f0f1c0c671613ac8ea2e20480c8c04ee580d5.tar.gz
systemtap-steved-007f0f1c0c671613ac8ea2e20480c8c04ee580d5.tar.xz
systemtap-steved-007f0f1c0c671613ac8ea2e20480c8c04ee580d5.zip
2007-09-13 David Smith <dsmith@redhat.com>
PR 1154 * tapsets.cxx (procfs_derived_probe::procfs_derived_probe): Removed debug print. (procfs_derived_probe_group::emit_module_decls): Improved error handling and added support for procfs.write probes. (procfs_var_expanding_copy_visitor::visit_target_symbol): Removed debug print.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4681cb28..6a5d1d37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-13 David Smith <dsmith@redhat.com>
+
+ PR 1154
+ * tapsets.cxx (procfs_derived_probe::procfs_derived_probe):
+ Removed debug print.
+ (procfs_derived_probe_group::emit_module_decls): Improved error
+ handling and added support for procfs.write probes.
+ (procfs_var_expanding_copy_visitor::visit_target_symbol): Removed
+ debug print.
+
2007-09-12 Frank Ch. Eigler <fche@elastic.org>
* parse.cxx (parse_symbol): Accept println(@hist*()).