Package valgrind: Information

    Source package: valgrind
    Version: 3.15.0-alt0.M80P.1
    Build time:  Oct 16, 2019, 07:27 PM in the task #239112
    Report package bug
    License: GPLv2+
    Summary: Valgrind, an open-source memory debugger for GNU/Linux
    Description: 
    Valgrind is an instrumentation framework for building dynamic analysis
    tools.  There are Valgrind tools that can automatically detect many
    memory management and threading bugs, and profile your programs in
    detail.  You can also use Valgrind to build new tools.  The Valgrind
    distribution currently includes six production-quality tools: a memory
    error detector (memcheck, the default tool), two thread error
    detectors (helgrind and drd), a cache and branch-prediction profiler
    (cachegrind), a call-graph generating cache and branch-prediction
    profiler (callgrind), and a heap profiler (massif).

    List of rpms provided by this srpm:
    valgrind (x86_64, i586)
    valgrind-debuginfo (x86_64, i586)
    valgrind-devel (x86_64, i586)
    valgrind-tool-devel (x86_64, i586)

    Maintainer: Vitaly Lipatov


      1. /proc
      2. gcc-c++
      3. gdb-light

    Last changed


    Oct. 12, 2019 Vitaly Lipatov 3.15.0-alt0.M80P.1
    - backport to ALTLinux p8 (by rpmbph script)
    April 16, 2019 Dmitry V. Levin 3.15.0-alt1
    - 3.14.0 -> 3.15.0.
    - Synced with valgrind-3.15.0-1 from Fedora.
    March 8, 2019 Dmitry V. Levin 3.14.0-alt3
    - Synced with valgrind-3.14.0-16 from Fedora.
    - Fixed siginfo_t definition on 64-bit architectures.