thermosphere: gdb: remove server, rewrite data processing in gdb/context and gdb/net

This commit is contained in:
TuxSH
2020-01-26 23:50:30 +00:00
parent 5dc54d8764
commit f69ef02096
22 changed files with 497 additions and 551 deletions

View File

@@ -7,10 +7,10 @@
#pragma once
#include "gdb.h"
#include "context.h"
bool GDB_FetchPackedHioRequest(GDBContext *ctx, u32 addr);
bool GDB_IsHioInProgress(GDBContext *ctx);
int GDB_SendCurrentHioRequest(GDBContext *ctx);
GDB_DECLARE_HANDLER(HioReply);
GDB_DECLARE_HANDLER(HioReply);