HackStudio+LibDebug: Support stopping a debugged process

In LibDebug this required implementing the Kill debug action, and
in HackStudio this required making the toolbar's stop action stop
the debugger if active.
This commit is contained in:
FalseHonesty 2021-04-13 17:01:30 -04:00 committed by Linus Groh
commit 58d6781cbb
Notes: sideshowbarker 2024-07-18 19:18:44 +09:00
4 changed files with 24 additions and 9 deletions

View file

@ -60,6 +60,8 @@ public:
Debug::DebugSession* session() { return m_debug_session.ptr(); }
void stop();
// Thread entry point
static int start_static();