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.
Changelog
- * Mon Apr 10 11:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Mon Mar 13 10: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 10:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 3.1.0-1
-
- upgrade to 3.1.0 (#174582)
- many bugfixes, ppc32 support