valgrind 1:3.7.0-0ubuntu1 source package in Ubuntu

Changelog

valgrind (1:3.7.0-0ubuntu1) precise; urgency=low

  * New upstream release
  * Drop patches that are applied upstream or no longer relevant:
        0003-prevent-gcc-4.6-warnings-with-valgrind.h.patch
        0005-catch-manpages-errors.patch
        0007-implement-extra-dwarf-ops-gcc-461.patch
        0008-configure-support-linux-3.patch
  * debian/rules: No longer pass -marm, it now builds in Thumb mode on ARM.
 -- Jani Monoses <email address hidden>   Fri, 06 Jan 2012 19:01:30 +0200

Upload details

Uploaded 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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
valgrind_3.7.0.orig.tar.bz2 6.3 MiB 5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6
valgrind_3.7.0-0ubuntu1.debian.tar.gz 35.4 KiB d6a12c625055574f97736ac11ad5c01c8a1a9147a0ff00758aa11a137befafe8
valgrind_3.7.0-0ubuntu1.dsc 1.5 KiB a079de8f17f96245a27ebb94a003567e6bbd41417fc8e44d86c440f682b51842

View changes file

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.