core/debugger: fix a number of shutdown deadlocks
This commit is contained in:
parent
b09ff19f31
commit
c14f683322
9 changed files with 73 additions and 8 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue