mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
dmnt: implement remaining basic gdbstub packets
This commit is contained in:
parent
534c2c76f5
commit
904ab19823
4 changed files with 541 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue