1
Fork 0
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:
Itamar 2020-09-26 11:23:49 +03:00 committed by Andreas Kling
parent 8ce641cefc
commit 8af67210cf
6 changed files with 63 additions and 37 deletions

View file

@ -42,6 +42,7 @@ public:
void start();
void quit(void* code = 0);
pthread_t tid() const { return m_tid; }
private:
Function<int()> m_action;