mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 19:17:51 +00:00
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
|
@ -35,6 +35,11 @@ public:
|
|||
*/
|
||||
bool NotifyThreadStopped(Kernel::KThread* thread);
|
||||
|
||||
/**
|
||||
* Notify the debugger that a shutdown is being performed now and disconnect.
|
||||
*/
|
||||
void NotifyShutdown();
|
||||
|
||||
private:
|
||||
std::unique_ptr<DebuggerImpl> impl;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue