slackbuilds/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
..
README development/ltrace: Added (library call trace utility). 2014-12-21 09:44:11 +07:00
doinst.sh development/ltrace: Added (library call trace utility). 2014-12-21 09:44:11 +07:00
ltrace.SlackBuild development/ltrace: Added (library call trace utility). 2014-12-21 09:44:11 +07:00
ltrace.info development/ltrace: Added (library call trace utility). 2014-12-21 09:44:11 +07:00
slack-desc development/ltrace: Added (library call trace utility). 2014-12-21 09:44:11 +07:00

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.