From 2fae2e30747d90e125f5cf9f901ba028b1a1a697 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 10 Jan 2006 22:32:15 +0000 Subject: 2006-01-10 Frank Ch. Eigler 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. --- testsuite/semko/thirtyfour.stp | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testsuite/semko/thirtyfour.stp (limited to 'testsuite/semko') 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 } -- cgit