You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 89a22cc9ed
development/ltrace: i486 => i586.
9 years ago
..
README development/ltrace: Added (library call trace utility). 11 years ago
doinst.sh development/ltrace: Added (library call trace utility). 11 years ago
ltrace.SlackBuild development/ltrace: i486 => i586. 9 years ago
ltrace.info development/ltrace: Added (library call trace utility). 11 years ago
slack-desc development/ltrace: Added (library call trace utility). 11 years ago

README

ltrace (library call trace utility)

ltrace intercepts and records dynamic library calls which are called
by an executed process and the signals received by that process. It can
also intercept and print the system calls executed by the program.