AuroraRuntime/Source/Debug/Stack.Win32.hpp

15 lines
291 B
C++
Raw Permalink Normal View History

/***
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: Stack.Win32.hpp
Date: 2022-1-26
Author: Reece
***/
#pragma once
namespace Aurora::Debug
{
void ParseStack(CONTEXT *ctx, StackTrace &backTrace);
StackTrace PlatformWalkCallStack();
}