2008/07/28

WMU-6500FS - strace 4.5.15



strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.
Build result: [binary] [files list]

Info sources: [Man page] [Project page]

Build sequence:
dev# wget "http://downloads.sourceforge.net/strace/strace-4.5.15.tar.bz2?modtime=1168972008&big_mirror=0&filesize=455607"
dev# tar xjvf strace-4.5.15.tar.bz2
dev# cd strace-4.5.15
dev# ./configure --prefix=/mnt/C/sys
dev# make
cdv# make install

No comments: