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

    Исходный пакет: ltrace
    Версия: 0.5-alt1
    Собран:  17 ноября 2007 г. 3:50
    Сообщить об ошибке в пакете
    Домашняя страница: http://packages.debian.org/unstable/utils/ltrace

    Лицензия: GPL
    О пакете: 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.

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

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Ilya Evseev
    Stanislav Ievlev

    Права:
    @qa_p5

      1. libelf-devel
      2. libstdc++-devel
      3. libiberty-devel

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


    16 ноября 2007 г. Dmitry V. Levin 0.5-alt1
    - Updated to 0.5-3.
    16 ноября 2007 г. Dmitry V. Levin 0.4-alt3
    - Build with -D_GNU_SOURCE to get off64_t definition
      which is necessary for libelf-0.130.
    14 марта 2006 г. Ilya Evseev 0.4-alt2
    - fixup and disable ExclusiveArch