diff options
author | graydon <graydon> | 2005-12-10 05:50:18 +0000 |
---|---|---|
committer | graydon <graydon> | 2005-12-10 05:50:18 +0000 |
commit | c8959a2947206725ac85794b06707890996f05b9 (patch) | |
tree | 68c2f284a48537493835bb70a398125ea1942f69 /elaborate.cxx | |
parent | 460b2038d243704fa1678e94d4b7098eb6f3d8f8 (diff) | |
download | systemtap-steved-c8959a2947206725ac85794b06707890996f05b9.tar.gz systemtap-steved-c8959a2947206725ac85794b06707890996f05b9.tar.xz systemtap-steved-c8959a2947206725ac85794b06707890996f05b9.zip |
2005-12-09 Graydon Hoare <graydon@redhat.com>
* 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.
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<derived_probe *> & 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(); |