valgrind 1:3.6.1-0ubuntu3 source package in Ubuntu

Changelog

valgrind (1:3.6.1-0ubuntu3) oneiric; urgency=low

  * New dpatch, 71_linux-3-support, fixes FTBFS on 3.x kernels (as checked
    with `uname -r` during build, so doesn't yet affect Ubuntu buildds); from
    SVN r11796 and r11797; LP: #868004.  Refresh autoconf patch.
  * Rename files and update series to use *.dpatch consistently.
 -- Loic Minier <email address hidden>   Wed, 05 Oct 2011 12:09:53 +0200

Upload details

Uploaded by:
Loïc Minier
Uploaded to:
Oneiric
Original maintainer:
Ubuntu MOTU Developers
Architectures:
i386 amd64 powerpc ppc64 lpia armel
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
valgrind_3.6.1.orig.tar.gz 7.3 MiB 68853740596d4658bbc2d1f789d13d29d69b6b18625f1f7359e3226af7854368
valgrind_3.6.1-0ubuntu3.diff.gz 121.1 KiB 64122b507f1cb06541bc1126e7cb6fc86d4a06881d26aac6ea86dcccf5cc4249
valgrind_3.6.1-0ubuntu3.dsc 1.2 KiB 2dcdd2b70bfecb070bdf47ae14647dec0a897cb5166033b003c80738a995f31b

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.