mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
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:
parent
5a31ca06db
commit
58d6781cbb
4 changed files with 24 additions and 9 deletions
|
@ -60,6 +60,8 @@ public:
|
|||
|
||||
Debug::DebugSession* session() { return m_debug_session.ptr(); }
|
||||
|
||||
void stop();
|
||||
|
||||
// Thread entry point
|
||||
static int start_static();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue