diff options
author | fche <fche> | 2005-08-16 18:41:02 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-16 18:41:02 +0000 |
commit | db520b00dfa589f0ddf154088cd198232cadbaf6 (patch) | |
tree | febf145ae40f0b357071d179f332d318cea00bf3 /ChangeLog | |
parent | ae56fdddab1cdf3304d7de6e93315ff6452e4ad1 (diff) | |
download | systemtap-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |