diff options
Diffstat (limited to 'src/core/debugger/gdbstub.cpp')
| -rw-r--r-- | src/core/debugger/gdbstub.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/debugger/gdbstub.cpp b/src/core/debugger/gdbstub.cpp index f52d78829..52e76f659 100644 --- a/src/core/debugger/gdbstub.cpp +++ b/src/core/debugger/gdbstub.cpp | |||
| @@ -106,6 +106,8 @@ GDBStub::~GDBStub() = default; | |||
| 106 | 106 | ||
| 107 | void GDBStub::Connected() {} | 107 | void GDBStub::Connected() {} |
| 108 | 108 | ||
| 109 | void GDBStub::ShuttingDown() {} | ||
| 110 | |||
| 109 | void GDBStub::Stopped(Kernel::KThread* thread) { | 111 | void GDBStub::Stopped(Kernel::KThread* thread) { |
| 110 | SendReply(arch->ThreadStatus(thread, GDB_STUB_SIGTRAP)); | 112 | SendReply(arch->ThreadStatus(thread, GDB_STUB_SIGTRAP)); |
| 111 | } | 113 | } |