Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
valgrind: Tool for finding memory management bugs in programs
- 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 Mar 13 04:36:01 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 3.02 MiB |
Changelog
- * Mon Mar 13 17: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
- * Mon Jan 9 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.0-1
-
- upgrade to 3.1.0 (#174582)
- many bugfixes, ppc32 support
- * Thu Oct 13 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.0.1-2
-
- remove Obsoletes for valgrind-callgrind, as it has been
ported to valgrind 3.0.x already