From 0510e34cbfe1b920b968c33e83101bed49c47aeb Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Mon, 19 Aug 2013 18:31:51 +0000 Subject: Allow setting a limit on the number of frames to be recovered by stack scanning. Patch by Julian Seward R=ted at https://bugzilla.mozilla.org/show_bug.cgi?id=894264 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1206 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/stackwalker_ppc64.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/processor/stackwalker_ppc64.h') diff --git a/src/processor/stackwalker_ppc64.h b/src/processor/stackwalker_ppc64.h index 6579db70..a406343a 100644 --- a/src/processor/stackwalker_ppc64.h +++ b/src/processor/stackwalker_ppc64.h @@ -62,7 +62,8 @@ class StackwalkerPPC64 : public Stackwalker { // saved program counter in %srr0) and stack conventions (saved stack // pointer at 0(%r1), return address at 8(0(%r1)). virtual StackFrame* GetContextFrame(); - virtual StackFrame* GetCallerFrame(const CallStack* stack); + virtual StackFrame* GetCallerFrame(const CallStack* stack, + bool stack_scan_allowed); // Stores the CPU context corresponding to the innermost stack frame to // be returned by GetContextFrame. -- cgit v1.2.1