mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cc4b18bdd5
Reported by: pkg-fallout
6 lines
233 B
Plaintext
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/
|