summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2008-04-10 15:04:25 -0500
committerDavid Smith <dsmith@redhat.com>2008-04-11 09:40:30 -0500
commit73b011b5be8500ba90309cbeab7a1c43f83c235e (patch)
tree94da246046e93008494e32571fc48b7252622a5b /elaborate.h
parent6d05e34f799ac14ccd7f0adab39986b8b6d89939 (diff)
parentec5d7273b73c56dacb4ac9b167186ff1ea964e63 (diff)
downloadsystemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.tar.gz
systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.tar.xz
systemtap-steved-73b011b5be8500ba90309cbeab7a1c43f83c235e.zip
Merge branch 'master' into work
Conflicts: ChangeLog
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index 1a029e3c..f53f3870 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -114,6 +114,8 @@ struct derived_probe: public probe
derived_probe (probe* b, probe_point* l);
probe* base; // the original parsed probe
virtual probe* basest () { return base->basest(); }
+ // XXX: might be helpful for listing and stepwise expansion, but aliases/wildcards don't show up right
+ // virtual probe* almost_basest () { probe* bb = base->basest(); return (bb == base) ? this : bb; }
virtual ~derived_probe () {}
virtual void join_group (systemtap_session& s) = 0;
virtual probe_point* sole_location () const;