summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.h')
-rw-r--r--dwflpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dwflpp.h b/dwflpp.h
index e0098b9b..a2c38ad8 100644
--- a/dwflpp.h
+++ b/dwflpp.h
@@ -376,6 +376,10 @@ private:
int num_cached_scopes;
Dwarf_Die *cached_scopes;
int dwarf_getscopes_cached (Dwarf_Addr pc, Dwarf_Die **scopes);
+
+ // Returns the call frame address operations for the given program counter.
+ Dwarf_Op *get_cfa_ops (Dwarf_Addr pc);
+
};
#endif // DWFLPP_H