]> sourceware.org Git - systemtap.git/commitdiff
none
authorfche <fche>
Thu, 18 Aug 2005 14:46:54 +0000 (14:46 +0000)
committerfche <fche>
Thu, 18 Aug 2005 14:46:54 +0000 (14:46 +0000)
elaborate.cxx

index de39b49670d96d35962d4cd58fc84b0199834b8d..4b613058fbfd26e5b8fd8b5c1e8f3cde8df00946 100644 (file)
@@ -373,6 +373,8 @@ symresolution_info::derive_probes (match_node * root,
           builder->build(session, p, loc, param_map, re_expand, dps);
           
           // Recursively expand any further-expanding results
+          // XXX: ... or the build routine could get a reference to
+          // this object and let it call derive_probes() internally
           if (!re_expand.empty())
             {
               for (unsigned j = 0; j < re_expand.size(); ++j)
This page took 0.034851 seconds and 5 git commands to generate.