mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-05 00:00:47 -07:00
Implement gdbstub
This commit is contained in:
@ -43,6 +43,7 @@ enum class Class : ClassType {
|
||||
Debug_Emulated, ///< Debug messages from the emulated programs
|
||||
Debug_GPU, ///< GPU debugging tools
|
||||
Debug_Breakpoint, ///< Logging breakpoints and watchpoints
|
||||
Debug_GDBStub, ///< GDB Stub
|
||||
Kernel, ///< The HLE implementation of the CTR kernel
|
||||
Kernel_SVC, ///< Kernel system calls
|
||||
Service, ///< HLE implementation of system services. Each major service
|
||||
|
Reference in New Issue
Block a user