diff options
Diffstat (limited to 'src/processor/stackwalker_x86.h')
-rw-r--r-- | src/processor/stackwalker_x86.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h index bd6df1fa..f77c6db8 100644 --- a/src/processor/stackwalker_x86.h +++ b/src/processor/stackwalker_x86.h @@ -64,11 +64,10 @@ class StackwalkerX86 : public Stackwalker { private: // Implementation of Stackwalker, using x86 context (%ebp, %esp, %eip) and // stack conventions (saved %ebp at [%ebp], saved %eip at 4[%ebp], or - // alternate conventions as guided by stack_frame_info_). + // alternate conventions as guided by any WindowsFrameInfo available for the + // code in question.). virtual StackFrame* GetContextFrame(); - virtual StackFrame* GetCallerFrame( - const CallStack *stack, - const vector< linked_ptr<WindowsFrameInfo> > &stack_frame_info); + virtual StackFrame* GetCallerFrame(const CallStack *stack); // Scan the stack starting at location_start, looking for an address // that looks like a valid instruction pointer. Addresses must |