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
|
@ -160,6 +160,9 @@ public:
|
|||
/// Shutdown the emulated system.
|
||||
void Shutdown();
|
||||
|
||||
/// Forcibly detach the debugger if it is running.
|
||||
void DetachDebugger();
|
||||
|
||||
std::unique_lock<std::mutex> StallCPU();
|
||||
void UnstallCPU();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue