Tracing system calls on Mac OS X is incredibly simple with dtruss (which is just a shell script that wraps a fancy configuration for dtrace):
sudo dtruss -f ~/scratch/bla.sh
The -f instructs dtruss to also trace system calls for forked child processes (which I usually want).
Mittwoch, 6. August 2014
Abonnieren
Kommentare zum Post (Atom)
Keine Kommentare:
Kommentar veröffentlichen