diff options
author | fche <fche> | 2006-01-10 22:32:15 +0000 |
---|---|---|
committer | fche <fche> | 2006-01-10 22:32:15 +0000 |
commit | 2fae2e30747d90e125f5cf9f901ba028b1a1a697 (patch) | |
tree | fd8f3b72e9a6d5dbfaf2ca02444bae8cbfa4d750 /testsuite/semko/thirtyfour.stp | |
parent | 829fea24e7e2d66d9737f682390a88d6d383a19b (diff) | |
download | systemtap-steved-2fae2e30747d90e125f5cf9f901ba028b1a1a697.tar.gz systemtap-steved-2fae2e30747d90e125f5cf9f901ba028b1a1a697.tar.xz systemtap-steved-2fae2e30747d90e125f5cf9f901ba028b1a1a697.zip |
2006-01-10 Frank Ch. Eigler <fche@redhat.com>
PR 1972.
* tapsets.cxx (var_expanding_copy_visitor::visit_target_symbol):
Produce error message for $var access within .return probes.
* testsuite/semko/thirtyfour.stp: New test.
Diffstat (limited to 'testsuite/semko/thirtyfour.stp')
-rwxr-xr-x | testsuite/semko/thirtyfour.stp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/semko/thirtyfour.stp b/testsuite/semko/thirtyfour.stp new file mode 100755 index 00000000..6d9a67d1 --- /dev/null +++ b/testsuite/semko/thirtyfour.stp @@ -0,0 +1,3 @@ +#! stap -p2 + +probe kernel.function("sys_open").return { $filename } |