/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: Stack.Unix.hpp Date: 2022-1-26 Author: Reece ***/ #pragma once #include namespace Aurora::Debug { StackTrace DumpContext(ucontext_t &uc); StackTrace PlatformWalkCallStack(); }