1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

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
parent 002e206af0
commit 216667368d
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();
};
}