slackbuilds_ponce/development/ltrace
B. Watson 3279ab2b70 development/ltrace: Added (library call trace utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-21 09:44:11 +07:00
..
doinst.sh
ltrace.info
ltrace.SlackBuild
README
slack-desc

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.