diff options
author | Josh Stone <jistone@redhat.com> | 2009-02-11 14:43:24 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-02-18 12:48:41 -0800 |
commit | c24447be6017725800336e2a8a4836e3f58fdfe9 (patch) | |
tree | c4b032f063ccff418bcfbb5c8a4ffd57feda3982 /ChangeLog | |
parent | 9b5af2958a35174a67076c0f27cff0ed5950736d (diff) | |
download | systemtap-steved-c24447be6017725800336e2a8a4836e3f58fdfe9.tar.gz systemtap-steved-c24447be6017725800336e2a8a4836e3f58fdfe9.tar.xz systemtap-steved-c24447be6017725800336e2a8a4836e3f58fdfe9.zip |
Provide dwarf module names as defaults in @cast()s
* tapsets.cxx (dwarf_var_expanding_visitor::visit_cast_op): While
expanding dwarf probes, provide the current module as a default to
@casts without a module name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2009-02-11 Josh Stone <jistone@redhat.com> + * tapsets.cxx (dwarf_var_expanding_visitor::visit_cast_op): While + expanding dwarf probes, provide the current module as a default to + @casts without a module name. + +2009-02-11 Josh Stone <jistone@redhat.com> + * staptree.h (struct cast_op, visitor::visit_cast_op): New. * staptree.cxx (cast_op::print/visit, various visitor::visit_cast_op's): Incorporate cast_op into the basic tree operations. |