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:
parent
6b74d38aab
commit
e5ebdb9bca
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