From 627ef0cb9c705444da6ca7515bc5ca6b3169e1aa Mon Sep 17 00:00:00 2001 From: Joshua Peraza Date: Tue, 31 Jul 2018 13:30:11 -0700 Subject: Rename MDRawContextARM64 and its context flags This makes way for the addition of a struct matching Microsoft's layout for ARM64. Change-Id: I115f25290863e7438852691d1ec3c9324a42f7a5 Reviewed-on: https://chromium-review.googlesource.com/1152158 Reviewed-by: Mark Mentovai Reviewed-by: Mike Frysinger --- src/processor/stackwalker_arm64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/processor/stackwalker_arm64.h') diff --git a/src/processor/stackwalker_arm64.h b/src/processor/stackwalker_arm64.h index 121e8246..1b01f21e 100644 --- a/src/processor/stackwalker_arm64.h +++ b/src/processor/stackwalker_arm64.h @@ -55,7 +55,7 @@ class StackwalkerARM64 : public Stackwalker { // included in the stack. The other arguments are passed directly through // to the base Stackwalker constructor. StackwalkerARM64(const SystemInfo* system_info, - const MDRawContextARM64* context, + const MDRawContextARM64_Old* context, MemoryRegion* memory, const CodeModules* modules, StackFrameSymbolizer* frame_symbolizer); @@ -89,7 +89,7 @@ class StackwalkerARM64 : public Stackwalker { // Stores the CPU context corresponding to the youngest stack frame, to // be returned by GetContextFrame. - const MDRawContextARM64* context_; + const MDRawContextARM64_Old* context_; // Validity mask for youngest stack frame. This is always // CONTEXT_VALID_ALL in real use; it is only changeable for the sake of -- cgit v1.2.1