thermosphere: debug manager wip
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "defines.h"
|
||||
#include "transport_interface.h"
|
||||
#include "../transport_interface.h"
|
||||
|
||||
typedef struct PackedGdbHioRequest
|
||||
{
|
||||
|
||||
@@ -21,4 +21,4 @@ GDB_DECLARE_HANDLER(GetStopReason);
|
||||
void GDB_ContinueExecution(GDBContext *ctx);
|
||||
int GDB_SendStopReply(GDBContext *ctx, const DebugEventInfo *info);
|
||||
int GDB_HandleDebugEvents(GDBContext *ctx);
|
||||
void GDB_BreakProcessAndSinkDebugEvents(GDBContext *ctx, DebugFlags flags);
|
||||
//void GDB_BreakProcessAndSinkDebugEvents(GDBContext *ctx, DebugFlags flags);
|
||||
|
||||
Reference in New Issue
Block a user