diff options
| author | polaris- <nagatospam@gmail.com> | 2015-09-02 08:56:38 -0400 |
|---|---|---|
| committer | polaris- <nagatospam@gmail.com> | 2015-09-19 22:28:02 -0400 |
| commit | 5114d756470ff70b0ce8c6f3ff98000462aaef35 (patch) | |
| tree | 8d4a5d94b02cb2499153922542af91aaf21837bb /src/common/logging/log.h | |
| parent | f7b4f44adfb3d27c5ef5949115accf5caa8354f3 (diff) | |
Implement gdbstub
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 5fd3bd7f5..43f0c59e4 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -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 |
