thermosphere: gdb: add debugManagerInit

This commit is contained in:
TuxSH
2020-01-31 02:53:40 +00:00
parent cf0b052590
commit e4de512e6f
7 changed files with 85 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
#include "exceptions.h"
#include "gdb/context.h"
#include "transport_interface.h"
extern GDBContext g_gdbContext;
@@ -49,6 +50,8 @@ typedef struct DebugEventInfo {
void debugManagerPauseSgiHandler(void);
void debugManagerInit(TransportInterfaceType gdbIfaceType, u32 gdbIfaceId, u32 gdbIfaceFlags);
void debugManagerSetReportingEnabled(bool enabled);
// Hypervisor interrupts will be serviced during the pause-wait