mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
strace: Change implementation to use ptrace()
This commit is contained in:
parent
6b74d38aab
commit
e5ebdb9bca
Notes:
sideshowbarker
2024-07-19 08:05:29 +09:00
Author: https://github.com/itamar8910
Commit: e5ebdb9bca
Pull-request: https://github.com/SerenityOS/serenity/pull/1517
Reviewed-by: https://github.com/awesomekling
6 changed files with 177 additions and 38 deletions
|
@ -58,7 +58,6 @@ int get_process_name(char* buffer, int buffer_size);
|
|||
void dump_backtrace();
|
||||
int fsync(int fd);
|
||||
void sysbeep();
|
||||
int systrace(pid_t);
|
||||
int gettid();
|
||||
int donate(int tid);
|
||||
int set_process_icon(int icon_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue