#include "../../crashhandler.hpp" #include "../chfcts.hpp" #include #include #include #include #include #if defined(__amd64__) #include "../../../Architecture/amd64/cpu/gdt.hpp" #elif defined(__i386__) #elif defined(__aarch64__) #endif #include "../../../kernel.h" namespace CrashHandler { __no_stack_protector void DisplayStackFrameScreen(CRData data) { EHPrint("\eFAFAFATracing 40 frames...\n"); TraceFrames(data.Frame, 40); } }