thermosphere: fix break/continue (?), fix attach/detach

This commit is contained in:
TuxSH
2020-01-31 01:12:59 +00:00
parent 598b0b4b56
commit 55c92b3ab1
5 changed files with 54 additions and 13 deletions

View File

@@ -11,10 +11,11 @@
#include "../core_ctx.h"
#include "../debug_manager.h"
void GDB_ContinueExecution(GDBContext *ctx);
int GDB_SendStopReply(GDBContext *ctx, DebugEventInfo *info, bool asNotification);
int GDB_TrySignalDebugEvent(GDBContext *ctx, DebugEventInfo *info);
void GDB_BreakAllCores(GDBContext *ctx);
GDB_DECLARE_VERBOSE_HANDLER(Stopped);
GDB_DECLARE_HANDLER(Detach);