Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
valgrind - Tool for finding memory management bugs in programs
- Description:
Valgrind is a tool to help you find memory-management problems in your
programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to
malloc/new/free/delete are intercepted. As a result, Valgrind can
detect a lot of problems that are otherwise very hard to
find/diagnose.
Packages
valgrind-3.6.0-4.el6.x86_64
[30.2 MiB] |
Changelog
by Jakub Jelinek (2011-08-02):
- don't fail if s390x support patch hasn't been applied,
move testing into %check (#708522)
- POWER7 support (#694598)
- handle REX.W form of FXSAVE (#713956, KDE#194402)
- workaround redundant REX.W prefix for PTEST in JITed code
(#713956, KDE#279071)
- avoid redundant test in ppc backports (#717218, KDE#279062)
|
valgrind-3.6.0-4.el6.i686
[22.8 MiB] |
Changelog
by Jakub Jelinek (2011-08-02):
- don't fail if s390x support patch hasn't been applied,
move testing into %check (#708522)
- POWER7 support (#694598)
- handle REX.W form of FXSAVE (#713956, KDE#194402)
- workaround redundant REX.W prefix for PTEST in JITed code
(#713956, KDE#279071)
- avoid redundant test in ppc backports (#717218, KDE#279062)
|