aboutsummaryrefslogtreecommitdiff
path: root/src/processor/cfi_frame_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/cfi_frame_info.h')
-rw-r--r--src/processor/cfi_frame_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/processor/cfi_frame_info.h b/src/processor/cfi_frame_info.h
index f537296a..fe06fb4f 100644
--- a/src/processor/cfi_frame_info.h
+++ b/src/processor/cfi_frame_info.h
@@ -100,6 +100,10 @@ class CFIFrameInfo {
const MemoryRegion &memory,
RegisterValueMap<ValueType> *caller_registers) const;
+ // Serialize the rules in this object into a string in the format
+ // of STACK CFI records.
+ string Serialize() const;
+
private:
// A map from register names onto evaluation rules.