linux_inspect.sh for tracing linux syscalls/library calls for porting
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
This commit is contained in:
3
linux_inspect.sh
Executable file
3
linux_inspect.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
ltrace -S -f $@ 2>&1 | grep -oP '^[^\(]+' | sort -u
|
||||
Reference in New Issue
Block a user