Package ltrace: Information

    Source package: ltrace
    Version: 0.6.0-alt1
    Build time:  Aug 24, 2011, 02:42 AM
    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.

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

    Maintainer: Dmitry V. Levin


      1. libelf-devel

    Last changed


    Aug. 24, 2011 Dmitry V. Levin 0.6.0-alt1
    - Updated to 0.6.0-10-g43d1de9.
    Nov. 16, 2007 Dmitry V. Levin 0.5-alt1
    - Updated to 0.5-3.
    Nov. 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.