summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb0fd0f7..807ad670 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-08-16 Frank Ch. Eigler <fche@elastic.org>
+ PR systemtap/1180
+ * tapsets.cxx (*): Add more verbose-predicatation to informative
+ messages. Correct more hex/dec ostream mismatches.
+ (query_function): Use entry/querypc, not prologue-end, for
+ function().return and .statement() probe points.
+ (dwarf_derived_probe ctor): Reorganize function/statement
+ probe point regeneration.
+
+2005-08-16 Frank Ch. Eigler <fche@elastic.org>
+
* main.cxx: Don't print library parse trees if last_pass=1.
2005-08-14 Roland McGrath <roland@redhat.com>