Pakket: ltrace (0.7.3 git20240814-0.3)
Verwijzigingen voor ltrace
Debian bronnen:
Het bronpakket ltrace downloaden:
- [ltrace_0.7.3 git20240814-0.3.dsc]
- [ltrace_0.7.3 git20240814.orig.tar.gz]
- [ltrace_0.7.3 git20240814-0.3.debian.tar.xz]
Beheerder:
Externe bronnen:
- Homepage [www.ltrace.org]
Vergelijkbare pakketten:
Tracks runtime library calls in dynamically linked programs
ltrace is a debugging program which runs a specified command until it exits. While the command is executing, ltrace intercepts and records the dynamic library calls which are called by the executed process and the signals received by that process. It can also intercept and print the system calls executed by the program.
The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy.
You should install ltrace if you need a sysadmin tool for tracking the execution of processes.
Andere aan ltrace gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libelf1t64 (>= 0.131)
- library to read and write ELF files
-
- dep: libselinux1 (>= 3.1~)
- SELinux runtime shared libraries