From 703621ae2cb0bec9cc12786f33381dbb890b9251 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 3 Nov 2005 21:20:52 +0000 Subject: 2005-11-03 Frank Ch. Eigler PR 1329. * tapsets.cxx (dwarf_query::add_probe_point): Look up section name containing given address. Skip request if it came from .init.*. * testsuite/semko/thirtytwo.stp: New test. --- testsuite/semko/thirtytwo.stp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testsuite/semko/thirtytwo.stp (limited to 'testsuite') diff --git a/testsuite/semko/thirtytwo.stp b/testsuite/semko/thirtytwo.stp new file mode 100755 index 00000000..f2fae56d --- /dev/null +++ b/testsuite/semko/thirtytwo.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +// should fail since init_setup should be skipped because it is in .init.text +probe kernel.function("init_setup") { } -- cgit