]> sourceware.org Git - systemtap.git/commit
2006-09-06 Frank Ch. Eigler <fche@elastic.org>
authorfche <fche>
Wed, 6 Sep 2006 15:01:37 +0000 (15:01 +0000)
committerfche <fche>
Wed, 6 Sep 2006 15:01:37 +0000 (15:01 +0000)
commit4b5f3e450724431c52c100143d859846f4009329
tree9f56e99a45928635482aa0356b18bac47fa730de
parentbf72ac26078c3c179c98afca46e69827acf4d246
2006-09-06  Frank Ch. Eigler  <fche@elastic.org>

Add basic support for initialized globals.
* parse.cxx (parse_global): Parse initialization clause, implement
by rewriting to "probe begin { var = value }".
* parse.h: Corresponding changes.
* stap.1.in: Document optional initialization.

2006-09-06  Frank Ch. Eigler  <fche@elastic.org>

* parseok/eighteen.stp, semok/twentythree.stp: New files for
testing initialized globals.
ChangeLog
parse.cxx
parse.h
stap.1.in
testsuite/ChangeLog
testsuite/parseok/eighteen.stp [new file with mode: 0755]
testsuite/semok/twentythree.stp [new file with mode: 0755]
This page took 0.025608 seconds and 5 git commands to generate.