linux_inspect.sh for tracing linux syscalls/library calls for porting
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s

This commit is contained in:
2026-03-03 22:43:51 +01:00
parent 9a9f118b82
commit ea4f00a1fd

3
linux_inspect.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
ltrace -S -f $@ 2>&1 | grep -oP '^[^\(]+' | sort -u