valgrind 1:3.7.0-0ubuntu2 source package in Ubuntu
Changelog
valgrind (1:3.7.0-0ubuntu2) precise; urgency=low * Allow glibc 2.15 in the configure checks. (LP: #934127) - Add 0009-glibc-215.patch, cherry-picked from upstream. - Add 0010-automake-1.11.2.patch by Gregorio Guidi. - Use dh-autoreconf instead of autotools-dev. -- Felix Geyer <email address hidden> Fri, 17 Feb 2012 15:06:23 +0200
Upload details
- Uploaded by:
- Felix Geyer
- Sponsored by:
- Jani Monoses
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- i386 amd64 powerpc ppc64 armel armhf
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.7.0.orig.tar.bz2 | 6.3 MiB | 5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6 |
valgrind_3.7.0-0ubuntu2.debian.tar.gz | 36.4 KiB | cb859e69b28fff351063e0cc896b3c3e47d1fdb3a5ca4566decde637d733c970 |
valgrind_3.7.0-0ubuntu2.dsc | 1.5 KiB | 8049263230c86f85a0244cb06dd209f0d3ec762c74b61ab0c21d005065af530f |
Available diffs
Binary packages built by this source
- valgrind: memory debugger and profiler
Valgrind is a GPL'd 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.
.
Valgrind can debug more or less any dynamically-linked ELF x86/Linux,
amd64/Linux and ppc/Linux executables, without modification, recompilation,
or anything.
.
Valgrind provides a generic infrastructure for supervising the execution of
programs called "tools". This is done by providing a way to instrument
programs in very precise ways, making it relatively easy to support
activities such as dynamic error detection and profiling. The Valgrind
distribution currently includes three tools: a memory error detectors, a
cache (time) profiler and a heap (space) profiler.