summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-08-18 14:46:54 +0000
committerfche <fche>2005-08-18 14:46:54 +0000
commit1432e3e67446f6171baa813f2e67a9621fcbee7d (patch)
treed188339fcda87f6eeae3dc9c97cdfe6e4aa46ddc /elaborate.cxx
parentcfb03941894b21c2ccb6bf11cc195a47c9777bde (diff)
downloadsystemtap-steved-1432e3e67446f6171baa813f2e67a9621fcbee7d.tar.gz
systemtap-steved-1432e3e67446f6171baa813f2e67a9621fcbee7d.tar.xz
systemtap-steved-1432e3e67446f6171baa813f2e67a9621fcbee7d.zip
none
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index de39b496..4b613058 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -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)