Implement gdbstub

This commit is contained in:
polaris- 2015-09-02 08:56:38 -04:00
parent 2f6927952f
commit 1d319e5b46
18 changed files with 1174 additions and 9 deletions
src/common/logging

View file

@ -29,6 +29,7 @@ namespace Log {
SUB(Debug, Emulated) \
SUB(Debug, GPU) \
SUB(Debug, Breakpoint) \
SUB(Debug, GDBStub) \
CLS(Kernel) \
SUB(Kernel, SVC) \
CLS(Service) \