From 665e12562a4aa4f40aeeed0cfd207b49f89c9fd1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 8 Jul 2009 13:04:10 -0400 Subject: PR3498 cont'd, fix wildcard module("*") probes * dwflpp.cxx (name_has_wildcard): Make static. (dwfl_report_offline_predicate): Check & adjust behavior. * dwflpp.h: Corresponding changes. * tapsets.cxx: Note that kern_dw[] keys may be wildcard strings. * testsuite/buildok/fortysix.stp: New test. --- tapsets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapsets.cxx') diff --git a/tapsets.cxx b/tapsets.cxx index 4988b7e7..aecdca61 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -589,7 +589,7 @@ struct dwarf_query : public base_query struct dwarf_builder: public derived_probe_builder { - map kern_dw; + map kern_dw; /* NB: key string could be a wildcard */ map user_dw; dwarf_builder() {} -- cgit