From c8959a2947206725ac85794b06707890996f05b9 Mon Sep 17 00:00:00 2001 From: graydon Date: Sat, 10 Dec 2005 05:50:18 +0000 Subject: 2005-12-09 Graydon Hoare * elaborate.cxx (alias_expansion_builder::build): Fix comment typo. * tapsets.cxx (symbol_cache): New class. (dwflpp::cache): Add cache. (dwflpp::pattern_limited_cus): New member. (dwflpp::pattern_limited_funcs): New member. (dwflpp::limit_search_to_function_pattern): New method. (dwflpp::iterate_over_cus): Modify to use cached, limited sets. (dwflpp::iterate_over_functions): Likewise. (dwarf_builder::user_dw): New member. (dwarf_builder::kern_dw): New member. (dwarf_builder::~dwarf_builder): Add dtor. (query_module): Call dwflpp::limit_search_to_function_pattern. (dwarf_builder::build): Initialize persistent dwflpp members on demand. --- elaborate.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index 8cfb455a..7fc9784e 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -312,7 +312,7 @@ alias_expansion_builder vector & finished_results) { // We're going to build a new probe and wrap it up in an - // alias_expansion_probe so that the expansion loop recognizer it as + // alias_expansion_probe so that the expansion loop recognizes it as // such and re-expands its expansion. probe * n = new probe(); -- cgit