diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h index 94477206e..60efe4410 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -160,8 +160,11 @@ public: /// Shutdown the emulated system. void Shutdown(); - std::unique_lock<std::mutex> StallCPU(); - void UnstallCPU(); + /// Forcibly detach the debugger if it is running. + void DetachDebugger(); + + std::unique_lock<std::mutex> StallProcesses(); + void UnstallProcesses(); /** * Initialize the debugger. |
