summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-08-16 18:41:02 +0000
committerfche <fche>2005-08-16 18:41:02 +0000
commitdb520b00dfa589f0ddf154088cd198232cadbaf6 (patch)
treefebf145ae40f0b357071d179f332d318cea00bf3 /ChangeLog
parentae56fdddab1cdf3304d7de6e93315ff6452e4ad1 (diff)
downloadsystemtap-steved-db520b00dfa589f0ddf154088cd198232cadbaf6.tar.gz
systemtap-steved-db520b00dfa589f0ddf154088cd198232cadbaf6.tar.xz
systemtap-steved-db520b00dfa589f0ddf154088cd198232cadbaf6.zip
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.
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>