Package ltrace: Information

    Source package: ltrace
    Version: 0.7.91.0.198.git82c6640-alt4
    Build time:  Jul 14, 2021, 03:15 AM in the task #278456
    Report package bug
    License: GPLv2+
    Summary: Tracks runtime library calls from dynamically linked executables
    Description: 
    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.
    
    Optionally you can install glibc-core-debuginfo for obtaining extra
    features of Ltrace.

    List of rpms provided by this srpm:
    ltrace (x86_64, ppc64le, i586, armh, aarch64)
    ltrace-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Grigory Ustinov


      1. libelf-devel
      2. elfutils-devel
      3. gcc-c++

    Last changed


    Oct. 27, 2020 Grigory Ustinov 0.7.91.0.198.git82c6640-alt4
    - Make lav@ happy. (Closes: #39102)
    Dec. 21, 2019 Grigory Ustinov 0.7.91.0.198.git82c6640-alt3
    - Fixed FTBFS for gcc9.
    Nov. 28, 2018 Grigory Ustinov 0.7.91.0.198.git82c6640-alt2
    - Temporary disabled tests, because of new gcc.