mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibCore+Ladybird: Extract helper into generic Process::is_being_debugged
This commit is contained in:
parent
002e206af0
commit
216667368d
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/SebastianZaha
Commit: 216667368d
Pull-request: https://github.com/SerenityOS/serenity/pull/20327
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/AtkinsSJ
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