Tracks runtime library calls from dynamically linked executables
Ltrace is a debugging program which runs a specified command until the command exits. While the command is executing, ltrace intercepts and records both the dynamic library calls called by the executed process and the signals received by the executed process. Ltrace can also intercept and print system calls executed by the process. You should install ltrace if you need a sysadmin tool for tracking the execution of processes.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.7.91-52.fc42 | - |
Fedora 42 | 0.7.91-52.fc42 | - |
Fedora 41 | 0.7.91-51.fc41 | - |
Fedora 40 | 0.7.91-50.fc40 | - |
You can contact the maintainers of this package via email at
ltrace dash maintainers at fedoraproject dot org
.