Trace the Library and System Calls a Program Makes

Edit Package ltrace

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.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000549 549 Bytes
_servicedata 0000000236 236 Bytes
baselibs.conf 0000000056 56 Bytes
gcc9-Wlto-type-mismatch.patch 0000000714 714 Bytes
gcc9-printf-s-null-argument.patch 0000000500 500 Bytes
lens-double-free.patch 0000000612 612 Bytes
ltrace-0.7.91+git20230705.8eabf68.tar.bz2 0000293402 287 KB
ltrace.changes 0000021851 21.3 KB
ltrace.spec 0000003049 2.98 KB
ppc-ptrace.patch 0000000358 358 Bytes
ppc64le-use-after-free.patch 0000000642 642 Bytes
s390x-ptrace.patch 0000002791 2.73 KB
Revision 48 (latest revision is 49)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1110337 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 48)
- Update to version 0.7.91+git20230705.8eabf68:
  * Add missing semi-colon
  * ./autogen.sh is needed before ./configure
  * sysdeps: x86: update syscall tables
  * testsuite: system_calls: recognize statx
  * testsuite: system_calls: recognize newfstatat
  * PowerPC Fix HFA FP/GPR parameter logic typo
  * Add -Wno-psabi to avoid compilation warning/failure
  * Avoid infinite loop when single stepping into PLT
  * PowerPC ltrace-elf handle LEP/GEP offset
  * riscv64: add initial riscv64 support
- arm-trace.patch, ltrace-0.7.91-ppc64le-scv.patch, readdir.patch: remove
- Rediff remaining patches (forwarded request 1110336 from Andreas_Schwab)
Comments 0
openSUSE Build Service is sponsored by