From e4c583861763fee12666ce5f463d337783e001e9 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 23 Feb 2008 02:28:46 +0000 Subject: PR5787, PR2608: .statement(NUM) probing fixes 2008-02-22 Frank Ch. Eigler PR5787, PR2608, .statement() * tapsets.cxx (query_dwarf_func): Process .statement(NUM) probes too. (query_cu): Ditto. (query_func_info): Bypass prologue searching for .statement() probes. (query_cu): Ditto. (build_blacklist): Remove unsightly empty first alternative in "^(|foo)$" regexps. Show them for -vvv. * buildrun.cxx (compile_pass): Don't turn on "gcc -Q" on until -vvvv. 2008-02-22 Frank Ch. Eigler * systemtap.base/stmtvars.exp: New test for PR 5787. --- buildrun.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index 66cc4986..67836108 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -97,7 +97,7 @@ compile_pass (systemtap_session& s) for (unsigned i=0; i 2) + if (s.verbose > 3) o << "EXTRA_CFLAGS += -ftime-report -Q" << endl; // XXX: unfortunately, -save-temps can't work since linux kbuild cwd -- cgit