mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
HackStudio: Detach from debugged process before terminating
Fixes #3308
This commit is contained in:
parent
8ce641cefc
commit
8af67210cf
6 changed files with 63 additions and 37 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
|
||||
void start();
|
||||
void quit(void* code = 0);
|
||||
pthread_t tid() const { return m_tid; }
|
||||
|
||||
private:
|
||||
Function<int()> m_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue