Пакет ltrace: Информация

    Исходный пакет: ltrace
    Версия: 0.7.91.0.198.git82c6640-alt4
    Собран:  14 июля 2021 г. 3:15 в задании #278456
    Сообщить об ошибке в пакете
    Домашняя страница: http://ltrace.alioth.debian.org/

    Лицензия: GPLv2+
    О пакете: Tracks runtime library calls from dynamically linked executables
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ltrace (x86_64, ppc64le, i586, armh, aarch64)
    ltrace-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Grigory Ustinov


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

    Последнее изменение


    27 октября 2020 г. Grigory Ustinov 0.7.91.0.198.git82c6640-alt4
    - Make lav@ happy. (Closes: #39102)
    21 декабря 2019 г. Grigory Ustinov 0.7.91.0.198.git82c6640-alt3
    - Fixed FTBFS for gcc9.
    28 ноября 2018 г. Grigory Ustinov 0.7.91.0.198.git82c6640-alt2
    - Temporary disabled tests, because of new gcc.