summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h
index 0d2da63b..f2a4bd56 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -201,5 +201,9 @@ void derive_probes (systemtap_session& s,
probe *p, std::vector<derived_probe*>& dps,
bool exc_outermost = true);
+// A helper we use here and in translate, for pulling symbols out of lvalue
+// expressions.
+symbol * get_symbol_within_expression (expression *e);
+
#endif // ELABORATE_H