From 5227f1ea176e0a7af4eb7c51ef5d678ee67ad5df Mon Sep 17 00:00:00 2001 From: graydon Date: Wed, 6 Jul 2005 01:32:09 +0000 Subject: 2005-07-05 Graydon Hoare * elaborate.{h,cxx}: Revert previous changes. * tapsets.{h,cxx}: Adapt to verbose as a member of session. * elaborate.cxx (alias_expansion_builder::build): Avoid copying locals between alias definition and use. * testsuite/semok/{twelve,thirteen,fourteen}.stp: New tests. * staptree.cxx (probe_alias::printsig): Print equals sign. --- elaborate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'elaborate.h') diff --git a/elaborate.h b/elaborate.h index e61796fa..f25ee5e7 100644 --- a/elaborate.h +++ b/elaborate.h @@ -30,8 +30,7 @@ protected: public: functiondecl* current_function; - probe* current_probe; - derived_probe* current_derived_probe; + derived_probe* current_probe; symresolution_info (systemtap_session& s); // XXX: instead in systemtap_session? @@ -140,7 +139,8 @@ struct derived_probe: public probe struct derived_probe_builder { - virtual void build(probe * base, + virtual void build(systemtap_session & sess, + probe * base, probe_point * location, std::map const & parameters, std::vector & results_to_expand_further, -- cgit