diff options
Diffstat (limited to 'src/core/debugger/gdbstub.h')
| -rw-r--r-- | src/core/debugger/gdbstub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/debugger/gdbstub.h b/src/core/debugger/gdbstub.h index b93a3a511..e58d60719 100644 --- a/src/core/debugger/gdbstub.h +++ b/src/core/debugger/gdbstub.h | |||
| @@ -19,7 +19,7 @@ class System; | |||
| 19 | class GDBStub : public DebuggerFrontend { | 19 | class GDBStub : public DebuggerFrontend { |
| 20 | public: | 20 | public: |
| 21 | explicit GDBStub(DebuggerBackend& backend, Core::System& system); | 21 | explicit GDBStub(DebuggerBackend& backend, Core::System& system); |
| 22 | ~GDBStub(); | 22 | ~GDBStub() override; |
| 23 | 23 | ||
| 24 | void Connected() override; | 24 | void Connected() override; |
| 25 | void Stopped(Kernel::KThread* thread) override; | 25 | void Stopped(Kernel::KThread* thread) override; |