mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscall
This commit is contained in:
parent
0f8483f09c
commit
70e96fb917
Notes:
sideshowbarker
2024-07-17 23:07:46 +09:00
Author: https://github.com/BenWiederhake
Commit: 70e96fb917
Pull-request: https://github.com/SerenityOS/serenity/pull/11113
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/IdanHo
Reviewed-by: https://github.com/creator1creeper1
3 changed files with 26 additions and 0 deletions
|
@ -19,6 +19,7 @@ ErrorOr<void> unveil(StringView path, StringView permissions);
|
|||
ErrorOr<Array<int, 2>> pipe2(int flags);
|
||||
ErrorOr<void> sendfd(int sockfd, int fd);
|
||||
ErrorOr<int> recvfd(int sockfd, int options);
|
||||
ErrorOr<void> ptrace_peekbuf(pid_t tid, void const* tracee_addr, Bytes destination_buf);
|
||||
#endif
|
||||
|
||||
ErrorOr<void> sigaction(int signal, struct sigaction const* action, struct sigaction* old_action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue