From fe3d01fa89a373b8f930689cf2375cc04cb57b74 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 1 Aug 2005 19:39:05 +0000 Subject: 2005-08-01 Frank Ch. Eigler * elaborate.cxx (derive_probes, semantic_pass_symbols): Improve error message specificity. * translate.cxx (emit_module_init): Compact partial registration recovery code. (emit_module_exit): Invert deregistration sequence. * testsuite/buildok/four.stp: Some module() test case. --- testsuite/buildok/four.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testsuite/buildok/four.stp (limited to 'testsuite') diff --git a/testsuite/buildok/four.stp b/testsuite/buildok/four.stp new file mode 100755 index 00000000..8ceff188 --- /dev/null +++ b/testsuite/buildok/four.stp @@ -0,0 +1,6 @@ +#! stap -p4 + +probe module("ext3").function("*") +{ + log ("ext3 fn") +} -- cgit