1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:47:34 +00:00

strace: Change implementation to use ptrace()

This commit is contained in:
Itamar 2020-03-28 11:57:46 +03:00 committed by Andreas Kling
parent 6b74d38aab
commit e5ebdb9bca
6 changed files with 177 additions and 38 deletions

View file

@ -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);