From b64d76a3b8a692f431d440f6a4416e7c70aad4ef Mon Sep 17 00:00:00 2001 From: jimblandy Date: Wed, 23 Dec 2009 22:32:14 +0000 Subject: Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. Also, rename stack_frame_info.h to windows_frame_info.h. If it seems odd to have functions like FillSourceLineInfo returning Windows-specific data structures... well, it is! This patch just makes it more obvious what's going on. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@471 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/stackwalker_amd64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/processor/stackwalker_amd64.h') diff --git a/src/processor/stackwalker_amd64.h b/src/processor/stackwalker_amd64.h index a3e11358..4972d4fd 100644 --- a/src/processor/stackwalker_amd64.h +++ b/src/processor/stackwalker_amd64.h @@ -66,7 +66,7 @@ class StackwalkerAMD64 : public Stackwalker { virtual StackFrame* GetContextFrame(); virtual StackFrame* GetCallerFrame( const CallStack *stack, - const vector< linked_ptr > &stack_frame_info); + const vector< linked_ptr > &stack_frame_info); // Stores the CPU context corresponding to the innermost stack frame to // be returned by GetContextFrame. -- cgit v1.2.1