thermosphere: gdb: add debugManagerInit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user