freebsd-ports/sysutils/ltrace/pkg-descr
Antoine Brodin cc4b18bdd5 Fix build on head by disabling Werror
Reported by:	pkg-fallout
2015-05-11 11:55:55 +00:00

6 lines
233 B
Plaintext

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.
WWW: http://ltrace.org/