diff options
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> |