Trace the Library and System Calls a Program Makes
Ltrace is a program that runs the specified command until it exits. It
intercepts and records the dynamic library calls that are called by the
executed process and the signals that are received by that process. It
can also intercept and print the system calls executed by the program.
The program to trace need not be recompiled for this, so you can use
ltrace on binaries for which you do not have access to the source.
This is still a work in progress, so, for example, the tracking to
child processes may fail or some things may not work as expected.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/ltrace && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000056 56 Bytes | |
ltrace-0.7.2.tar.bz2 | 0000483806 472 KB | |
ltrace.changes | 0000015616 15.3 KB | |
ltrace.spec | 0000002965 2.9 KB |
Revision 30 (latest revision is 49)
Stephan Kulow (coolo)
accepted
request 179602
from
Andreas Schwab (AndreasSchwab)
(revision 30)
- Don't warn about unused local typedefs (forwarded request 179601 from AndreasSchwab)
Comments 0