Package ltrace: Information

    Source package: ltrace
    Version: 0.7.91.0.198.git82c6640-alt7
    Build time:  Oct 23, 2023, 04:48 PM
    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 (mipsel)
    ltrace-debuginfo (mipsel)

    Maintainer: Alexey Sheplyakov


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

    Last changed


    Oct. 18, 2023 Alexey Sheplyakov 0.7.91.0.198.git82c6640-alt7
    - Support LoongArch architecture.
    Oct. 17, 2023 Grigory Ustinov 0.7.91.0.198.git82c6640-alt6
    - Fixed FTBFS.
    Nov. 22, 2021 Grigory Ustinov 0.7.91.0.198.git82c6640-alt5
    - Fixed FTBFS.