thermosphere: exception dispatcher rewrite

This commit is contained in:
TuxSH
2020-02-24 00:21:26 +00:00
parent e8bfe8a311
commit 874d1432be
5 changed files with 223 additions and 469 deletions

View File

@@ -16,7 +16,8 @@
#pragma once
#include "exceptions.h"
//#include "exceptions.h"
struct ExceptionStackFrame;
//#include "gdb/hvisor_context.h"
#include "transport_interface.h"
@@ -42,7 +43,7 @@ typedef struct DebugEventInfo {
bool preprocessed;
bool handled;
u32 coreId;
ExceptionStackFrame *frame;
struct ExceptionStackFrame *frame;
union {
OutputStringDebugEventInfo outputString;
};