From 7f9f338638d914f077e67d1c74ef0fecd23d2ae3 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 8 Feb 2006 00:47:51 +0000 Subject: 2006-02-07 Frank Ch. Eigler * src/testsuite/buildok/syscalls.stp: Build with "-u" to build-test all auxiliary functions. * tapsets.cxx (dwarf_query::add_probe_point): Add some "-vv" output. --- testsuite/buildok/syscall.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/buildok/syscall.stp') diff --git a/testsuite/buildok/syscall.stp b/testsuite/buildok/syscall.stp index f4f23c62..a802cc97 100755 --- a/testsuite/buildok/syscall.stp +++ b/testsuite/buildok/syscall.stp @@ -1,4 +1,4 @@ -#! stap -p4 +#! stap -up4 probe syscall.*, syscall.*.return { if (returnp) -- cgit