mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-05 14:11:10 +00:00
core/debugger: fix a number of shutdown deadlocks
This commit is contained in:
@@ -106,6 +106,8 @@ GDBStub::~GDBStub() = default;
|
||||
|
||||
void GDBStub::Connected() {}
|
||||
|
||||
void GDBStub::ShuttingDown() {}
|
||||
|
||||
void GDBStub::Stopped(Kernel::KThread* thread) {
|
||||
SendReply(arch->ThreadStatus(thread, GDB_STUB_SIGTRAP));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user