]> sourceware.org Git - systemtap.git/commit
Remove functioncall::var_assigned_to_retval
authorJosh Stone <jistone@redhat.com>
Wed, 25 Nov 2015 22:10:17 +0000 (14:10 -0800)
committerJosh Stone <jistone@redhat.com>
Wed, 25 Nov 2015 22:10:17 +0000 (14:10 -0800)
commit296c059b51103e74c59dd052070445be796afac5
treec80c062228a9f440c555c26c0a34fbed8466506f
parent3c9868288a58baec016625eceb1d69fa5979c523
Remove functioncall::var_assigned_to_retval

It's unusual to have a value specific to one visitor stored in the tree
node itself.  This particular value is only used by c_unparser.  Make it
a c_unparser member instead, saved and restored as necessary to allow
for nested calls.
staptree.h
translate.cxx
This page took 0.026099 seconds and 5 git commands to generate.