dmnt: implement remaining basic gdbstub packets

This commit is contained in:
Michael Scire 2021-07-23 05:29:39 -07:00 committed by SciresM
parent 534c2c76f5
commit 904ab19823
4 changed files with 541 additions and 2 deletions

View file

@ -62,17 +62,33 @@ namespace ams::dmnt {
void ProcessDebugEvents();
void SetStopReplyPacket(GdbSignal signal);
private:
void D();
void G();
void H();
void Hg();
void M();
void P();
void Q();
void T();
void Z();
void c();
bool g();
void k();
void m();
void p();
void v();
void vAttach();