Index: src/processor/cfi_frame_info.h |
=================================================================== |
--- src/processor/cfi_frame_info.h (revision 568) |
+++ src/processor/cfi_frame_info.h (working copy) |
@@ -102,2 +102,6 @@ |
+ // Serialize the rules in this object into a string in the format |
+ // of STACK CFI records. |
+ string Serialize() const; |
+ |
private: |