thermosphere: gdb: add missing command list entries, fix warnings again

This commit is contained in:
TuxSH
2020-01-31 02:28:51 +00:00
parent 6becc5dc8a
commit 057d3e5e1c
11 changed files with 31 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
#include "../core_ctx.h"
#include "../debug_manager.h"
int GDB_SendStopReply(GDBContext *ctx, DebugEventInfo *info, bool asNotification);
int GDB_SendStopReply(GDBContext *ctx, const DebugEventInfo *info, bool asNotification);
int GDB_TrySignalDebugEvent(GDBContext *ctx, DebugEventInfo *info);
void GDB_BreakAllCores(GDBContext *ctx);