Package valgrind: Information
Source package: valgrind
Version: 3.15.0-alt1
Build time: Apr 19, 2019, 06:13 AM in the task #227330
Category: Development/Other
Report package bugHome page: http://www.valgrind.org/
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 RPM packages built from this SRPM:
valgrind (x86_64, i586, aarch64)
valgrind-debuginfo (x86_64, i586, aarch64)
valgrind-devel (x86_64, i586, aarch64)
valgrind-tool-devel (x86_64, i586, aarch64)
valgrind (x86_64, i586, aarch64)
valgrind-debuginfo (x86_64, i586, aarch64)
valgrind-devel (x86_64, i586, aarch64)
valgrind-tool-devel (x86_64, i586, aarch64)
Maintainer: Dmitry V. Levin
Last changed
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.
Feb. 20, 2019 Dmitry V. Levin 3.14.0-alt2
- Made valgrind work on Loongson 3A CPUs (at least for mips32r2 binaries; by iv@). - Merged with valgrind-3.14.0-13 from Fedora. - %check: use gdb-light instead of gdb.