thermosphere: gdb: add debugManagerInit

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

View File

@@ -43,6 +43,7 @@
#include "../watchpoints.h"
static TEMPORARY char g_gdbWorkBuffer[GDB_WORK_BUF_LEN];
static TEMPORARY char g_gdbBuffer[GDB_BUF_LEN + 4];
static const struct{
char command;
@@ -174,6 +175,7 @@ void GDB_InitializeContext(GDBContext *ctx, TransportInterfaceType ifaceType, u3
{
memset(ctx, 0, sizeof(GDBContext));
ctx->workBuffer = g_gdbWorkBuffer;
ctx->buffer = g_gdbBuffer;
ctx->transportInterface = transportInterfaceCreate(
ifaceType,
ifaceId,