aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/dump_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google_breakpad/processor/dump_context.h')
-rw-r--r--src/google_breakpad/processor/dump_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/google_breakpad/processor/dump_context.h b/src/google_breakpad/processor/dump_context.h
index f6238ffa..df80bf7e 100644
--- a/src/google_breakpad/processor/dump_context.h
+++ b/src/google_breakpad/processor/dump_context.h
@@ -67,6 +67,10 @@ class DumpContext : public DumpObject {
// MDRawContext, since it varies per-CPU architecture.
bool GetInstructionPointer(uint64_t* ip) const;
+ // Similar to the GetInstructionPointer method, this method gets the stack
+ // pointer for all CPU architectures.
+ bool GetStackPointer(uint64_t* sp) const;
+
// Print a human-readable representation of the object to stdout.
void Print();