roberts
  
 
 
  
 
 
Group: Members 
Posts: 4983 
Joined: Oct. 2003 | 
  | 
Posted: May 22 2008,18:48 | 
   | 
 
 
  
Thanks to Lucky13 for:| Code Sample  |  Title:          strace.uci Description:    system call trace utility Version:        4.5.15 Author:         Roland McGrath and Wichert Akkerman Original-site:  http://sourceforge.net/projects/strace/ Copying-policy: BSD license -----==[  Color = red     Filesize:  84kb  ]==----- Extension by:   lucky13 Comments:       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 or                  program.                 ------------------------------------------------------------------                 NOTE: This does not contain symlinks to /opt/bin so you'll need                 to either create them, add to PATH, or use a full path to executables. Change-log:      current:        2008/05/20 - lucky13 - First version
  |    
 |