Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
valgrind: Tool for finding memory management bugs in programs
Name: | valgrind |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 3.1.0 |
License: | GPL |
Release: | 2 |
URL: | http://www.valgrind.org/ |
- Summary
- 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.
Arch: src
Download: | valgrind-3.1.0-2.src.rpm |
Build Date: | Mon Apr 10 21:04:11 2006 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 3.03 MiB |
Changelog
- * Tue Apr 11 01:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Mar 14 00:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.0-2
-
- add support for DW_CFA_val_offset{,_sf}, DW_CFA_def_cfa_sf
and skip over DW_CFA_val_expression quietly
- adjust libc/ld.so filenames in glibc-2.4.supp for glibc 2.4
release
- * Tue Jan 10 00:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.0-1
-
- upgrade to 3.1.0 (#174582)
- many bugfixes, ppc32 support