I saw on a web posting somewhere that you're working on getting strace to compile on Mac OS X. I downloaded 4.4 and it's not yet supported.
Any idea on when that can be expected?
Can I be of any help? Testing? Coding?
Thanks, Alan Pinstein
Logged In: YES user_id=6446
I am also interested in having this tool for OS X. Any chance it's being worked on at all?
-- Shane Celis
Logged In: NO
On Mac OS X, sc_usage(1) is most commonly used for system call tracing, but you can also use ktrace/kdump.
A nice OS X feature that seems to be missing on linux is fs_usage, which traces all I/O on the system!!
Use sc_usage(1) or ktrace/kdump instead.
Logged In: YES
user_id=6446
I am also interested in having this tool for OS X. Any chance it's being worked on at all?
--
Shane Celis
Logged In: NO
On Mac OS X, sc_usage(1) is most commonly used for system call
tracing, but you can also use ktrace/kdump.
A nice OS X feature that seems to be missing on linux is fs_usage,
which traces all I/O on the system!!
Logged In: NO
Use sc_usage(1) or ktrace/kdump instead.