190e4d108a
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/ PR: ports/170477 Submitted by: sbz (myself)
5 lines
233 B
Text
5 lines
233 B
Text
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/
|