]> sourceware.org Git - systemtap.git/commit
dwflpp: Return the value of stores for reuse
authorJosh Stone <jistone@redhat.com>
Wed, 14 May 2014 01:28:57 +0000 (18:28 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 14 May 2014 01:28:57 +0000 (18:28 -0700)
commit15746967f0ebed1c584135032c72b3a7487c058d
tree8157835ff484a9855030fba469b9afe934d7e157
parent3ddcf93882aa000a62071157e70073b79cb72ed0
dwflpp: Return the value of stores for reuse

This allows assignments to pass their value on to more expressions, e.g.
"$foo = $bar = 42" assigns both to 42, or "println(($foo = $bar)$)" both
assigns "$foo" and pretty-prints the value.
dwflpp.cxx
This page took 0.027087 seconds and 5 git commands to generate.