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:
parent
002e206af0
commit
216667368d
3 changed files with 28 additions and 14 deletions
|
@ -30,6 +30,8 @@ public:
|
|||
Yes,
|
||||
};
|
||||
static ErrorOr<void> set_name(StringView, SetThreadName = SetThreadName::No);
|
||||
|
||||
static ErrorOr<bool> is_being_debugged();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue