dmnt: implement remaining basic gdbstub packets
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user