LibCore+Ladybird: Extract helper into generic Process::is_being_debugged

This commit is contained in:
Sebastian Zaha 2023-08-02 10:27:58 +02:00 committed by Andrew Kaster
commit 216667368d
Notes: sideshowbarker 2024-07-17 02:55:44 +09:00
3 changed files with 28 additions and 14 deletions

View file

@ -30,6 +30,8 @@ public:
Yes,
};
static ErrorOr<void> set_name(StringView, SetThreadName = SetThreadName::No);
static ErrorOr<bool> is_being_debugged();
};
}