diff options
author | fche <fche> | 2005-05-24 15:03:16 +0000 |
---|---|---|
committer | fche <fche> | 2005-05-24 15:03:16 +0000 |
commit | bed7c0afb62154918b411c325faa619749f1c050 (patch) | |
tree | 8cfd907f91b64bb7ffa3835e636541045295cde1 /testsuite/semok/nine.stp | |
parent | d4f41a6f345a85e9eccd3471990f5458cc687daf (diff) | |
download | systemtap-steved-bed7c0afb62154918b411c325faa619749f1c050.tar.gz systemtap-steved-bed7c0afb62154918b411c325faa619749f1c050.tar.xz systemtap-steved-bed7c0afb62154918b411c325faa619749f1c050.zip |
2005-05-24 Frank Ch. Eigler <fche@redhat.com>
* elaborate.cxx (find_array): Support automagic tapset globals.
* testsuite/semok/nine.stp: Test it ...
* testsuite/semlib/g2.stp: ... using this global array.
* staptree.cxx (stapfile print): List globals.
Diffstat (limited to 'testsuite/semok/nine.stp')
-rwxr-xr-x | testsuite/semok/nine.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp index 15bcf8d9..f1a48c6f 100755 --- a/testsuite/semok/nine.stp +++ b/testsuite/semok/nine.stp @@ -1,3 +1,3 @@ #! /bin/sh -./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = g1 }' +./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }' |