aboutsummaryrefslogtreecommitdiff
path: root/src/processor/cfi_frame_info.h
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-04-08 23:06:23 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-04-08 23:06:23 +0000
commitb223627d81c083a64f2ccecf2651a18111421280 (patch)
treebfe59da685835b8d13b073f11cddaf4c5997282f /src/processor/cfi_frame_info.h
parentInclude what you use. (diff)
downloadbreakpad-b223627d81c083a64f2ccecf2651a18111421280.tar.xz
provide a network source line resolver + server. r=mark,jimb at http://breakpad.appspot.com/36001
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@569 4c0a9323-5329-0410-9bdc-e9ce6186880e
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.